Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h805 SmallVector<uint64_t, 4> KnownNamespaces; variable
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3504 const llvm::MapVector<NamespaceDecl *, bool> &KnownNamespaces) { in addNamespaces()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h2621 llvm::MapVector<NamespaceDecl*, bool> KnownNamespaces; variable
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4397 RecordData KnownNamespaces; in WriteASTCore() local