Searched defs:TopLevelDecls (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ | ||
H A D | ASTUnit.h | 173 std::vector<Decl*> TopLevelDecls; variable |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ | ||
H A D | ASTUnit.cpp | 1092 std::vector<Decl *> TopLevelDecls; global() member in __anonfca0bc830411::ASTUnitPreambleCallbacks |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReader.cpp | 9520 TopLevelDeclsMap TopLevelDecls; finishPendingActions() local |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 935 setTraversalScope(const std::vector<Decl * > & TopLevelDecls) setTraversalScope() argument |