HomeSort by relevance Sort by last modified time
    Searched defs:getAsDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
DeclContextInternals.h 69 NamedDecl *getAsDecl() const {
90 if (NamedDecl *OldD = getAsDecl())
107 if (NamedDecl *Singleton = getAsDecl()) {
128 } else if (NamedDecl *Singleton = getAsDecl()) {
148 if (NamedDecl *ND = getAsDecl()) {
166 if (NamedDecl *OldD = getAsDecl()) {
195 if (NamedDecl *OldD = getAsDecl()) {
TemplateBase.h 244 ValueDecl *getAsDecl() const {

Completed in 70 milliseconds