Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h899 SmallVector<serialization::DeclID, 4> KnownNamespaces; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4331 const llvm::MapVector<NamespaceDecl *, bool> &KnownNamespaces) { in addNamespaces()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4078 llvm::MapVector<NamespaceDecl*, bool> KnownNamespaces; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4450 RecordData KnownNamespaces; in WriteASTCore() local