Home
last modified time | relevance | path

Searched refs:HasFoundDecl (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h923 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()
965 DeclRefExprBits.HasFoundDecl = 0; in Expr()
990 bool HasFoundDecl,
HDStmt.h218 unsigned HasFoundDecl : 1; in LLVM_ALIGNAS() local
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp341 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
415 bool HasFoundDecl, in CreateEmpty() argument
421 if (HasFoundDecl) in CreateEmpty()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp433 E->DeclRefExprBits.HasFoundDecl = Record[Idx++]; in VisitDeclRefExpr()