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

/external/clang/include/clang/AST/
H A DDeclContextInternals.h69 NamedDecl *getAsDecl() const { function in struct:clang::StoredDeclsList
90 if (NamedDecl *OldD = getAsDecl())
107 if (NamedDecl *Singleton = getAsDecl()) {
128 } else if (NamedDecl *Singleton = getAsDecl()) {
149 if (getAsDecl()) {
168 if (NamedDecl *OldD = getAsDecl()) {
197 if (NamedDecl *OldD = getAsDecl()) {
H A DTemplateBase.h246 ValueDecl *getAsDecl() const { function in class:clang::TemplateArgument

Completed in 84 milliseconds