Searched defs:addDecl (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | UnresolvedSet.h | 92 addDecl(D, AS_none); in addDecl() function |
H A D | ASTUnresolvedSet.h | 56 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { in addDecl() function |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Lookup.h | 475 void addDecl(NamedDecl *D) { in addDecl() function |
/llvm-project/clang/lib/AST/ | ||
H A D | CommentSema.cpp | 1010 void SimpleTypoCorrector::addDecl(const NamedDecl *ND) { addDecl() function in clang::comments::__anond1f2905d0211::SimpleTypoCorrector |
H A D | DeclBase.cpp | 1747 void DeclContext::addDecl(Decl *D) { addDecl() function in DeclContext |
H A D | ExprConstant.cpp | 1715 void addDecl(EvalInfo &Info, const Expr *E, addDecl() function |
/llvm-project/clang/include/clang/Parse/ | ||
H A D | Parser.h | 1383 void addDecl(Decl *D) { Decls.push_back(D); } addDecl() function |