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()) {
105 } else if (NamedDecl *Singleton = getAsDecl()) {
124 if (getAsDecl()) {
143 if (NamedDecl *OldD = getAsDecl()) {
170 if (NamedDecl *OldD = getAsDecl()) {
H A DTemplateBase.h233 ValueDecl *getAsDecl() const { function in class:clang::TemplateArgument

Completed in 63 milliseconds