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()) {
149 if (getAsDecl()) {
168 if (NamedDecl *OldD = getAsDecl()) {
197 if (NamedDecl *OldD = getAsDecl()) {
TemplateBase.h 246 ValueDecl *getAsDecl() const {

Completed in 67 milliseconds