Searched defs:addDecl (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTUnresolvedSet.h50 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { function in class:clang::ASTUnresolvedSet
H A DUnresolvedSet.h77 void addDecl(NamedDecl *D) { function in class:clang::UnresolvedSetImpl
81 void addDecl(NamedDecl *D, AccessSpecifier AS) { function in class:clang::UnresolvedSetImpl
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h367 void addDecl(NamedDecl *D) { function in class:clang::LookupResult
373 void addDecl(NamedDecl *D, AccessSpecifier AS) { function in class:clang::LookupResult
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp985 void SimpleTypoCorrector::addDecl(const NamedDecl *ND) { function in class:clang::comments::__anon3639::SimpleTypoCorrector
H A DDeclBase.cpp1257 void DeclContext::addDecl(Decl *D) { function in class:DeclContext
H A DExprConstant.cpp1056 void addDecl(EvalInfo &Info, const Expr *E, function in struct:__anon3650::LValue
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h947 void addDecl(Decl *D) { Decls.push_back(D); } function in struct:clang::Parser::LateParsedAttribute

Completed in 209 milliseconds