Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h171 std::vector<Decl*> TopLevelDecls; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1056 std::vector<Decl *> TopLevelDecls; member in __anonc715c21c0411::ASTUnitPreambleCallbacks
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1022 void ASTContext::setTraversalScope(const std::vector<Decl *> &TopLevelDecls) { in setTraversalScope()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9167 TopLevelDeclsMap TopLevelDecls; in finishPendingActions() local