Home
last modified time | relevance | path

Searched refs:hasFoundDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h952 return hasFoundDecl() ? 1 : 0; in numTrailingObjects()
961 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function
1055 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
1061 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp470 if (E->hasFoundDecl()) in VisitDeclRefExpr()