Home
last modified time | relevance | path

Searched defs:KnownNamespaces (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h899 SmallVector<serialization::DeclID, 4> KnownNamespaces; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4321 const llvm::MapVector<NamespaceDecl *, bool> &KnownNamespaces) { in addNamespaces()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4450 RecordData KnownNamespaces; in WriteASTCore() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4048 llvm::MapVector<NamespaceDecl*, bool> KnownNamespaces; variable