Home
last modified time | relevance | path

Searched refs:WeakTopLevelDecls (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParseAST.cpp164 for (Decl *D : S.WeakTopLevelDecls()) in ParseAST()
/external/llvm-project/clang/lib/Parse/
DParseAST.cpp168 for (Decl *D : S.WeakTopLevelDecls()) in ParseAST()
/external/llvm-project/clang/unittests/CodeGen/
DIncrementalProcessingTest.cpp92 for (Decl *D : S.WeakTopLevelDecls()) in IncrementalParseAST()
/external/clang/include/clang/Sema/
DSema.h1229 SmallVectorImpl<Decl *> &WeakTopLevelDecls() { return WeakTopLevelDecl; } in WeakTopLevelDecls() function
/external/llvm-project/clang/include/clang/Sema/
DSema.h1770 SmallVectorImpl<Decl *> &WeakTopLevelDecls() { return WeakTopLevelDecl; } in WeakTopLevelDecls() function