Searched defs:getAsDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclContextInternals.h65 NamedDecl *getAsDecl() const { function in struct:clang::StoredDeclsList
84 if (NamedDecl *Singleton = getAsDecl()) {
108 if (getAsDecl()) {
127 if (NamedDecl *OldD = getAsDecl()) {
154 if (NamedDecl *OldD = getAsDecl()) {
H A DTemplateBase.h217 Decl *getAsDecl() const { function in class:clang::TemplateArgument

Completed in 43 milliseconds