Searched defs:SingleDecl (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Parse/ | ||
H A D | Parser.cpp | 822 Decl *SingleDecl = nullptr; ParseExternalDeclaration() local |
H A D | ParseObjc.cpp | 76 Decl *SingleDecl = nullptr; ParseObjCAtDirectives() local |
H A D | ParseDecl.cpp | 2011 Decl *SingleDecl = nullptr; ParseDeclaration() local |
/llvm-project/clang/unittests/ASTMatchers/ | ||
H A D | ASTMatchersTraversalTest.cpp | 4926 TEST(SingleDecl,IsSingleDecl) TEST() argument |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 658 iterator(const NamedDecl * SingleDecl,unsigned Index) iterator() argument |
H A D | TreeTransform.h | 13564 NamedDecl *SingleDecl = cast<NamedDecl>(InstD); TransformOverloadExprDecls() local |