Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1255 return hasFoundDecl(); in numTrailingObjects()
1264 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function
1344 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
1350 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp607 if (E->hasFoundDecl()) in VisitDeclRefExpr()