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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTUnresolvedSet.h44 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { function in class:clang::ASTUnresolvedSet
H A DUnresolvedSet.h114 void addDecl(NamedDecl *D) { function in class:clang::UnresolvedSetImpl
118 void addDecl(NamedDecl *D, AccessSpecifier AS) { function in class:clang::UnresolvedSetImpl
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h363 void addDecl(NamedDecl *D) { function in class:clang::LookupResult
369 void addDecl(NamedDecl *D, AccessSpecifier AS) { function in class:clang::LookupResult
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp939 void SimpleTypoCorrector::addDecl(const NamedDecl *ND) { function in class:clang::comments::__anon2963::SimpleTypoCorrector
H A DDeclBase.cpp1119 void DeclContext::addDecl(Decl *D) { function in class:DeclContext
H A DExprConstant.cpp771 void addDecl(EvalInfo &Info, const Expr *E, function in struct:__anon2975::LValue
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h819 void addDecl(Decl *D) { Decls.push_back(D); } function in struct:clang::Parser::LateParsedAttribute

Completed in 203 milliseconds