Home
last modified time | relevance | path

Searched refs:hasFoundDecl (Results 1 – 4 of 4) 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/llvm-project/clang/include/clang/AST/
DExpr.h1234 return hasFoundDecl(); in numTrailingObjects()
1243 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function
1323 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
1329 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp609 if (E->hasFoundDecl()) in VisitDeclRefExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp470 if (E->hasFoundDecl()) in VisitDeclRefExpr()