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 65 NamedDecl *getAsDecl() const {
84 if (NamedDecl *Singleton = getAsDecl()) {
108 if (getAsDecl()) {
127 if (NamedDecl *OldD = getAsDecl()) {
154 if (NamedDecl *OldD = getAsDecl()) {
TemplateBase.h 217 Decl *getAsDecl() const {

Completed in 23 milliseconds