Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp352 DeclRefExprBits.HasFoundDecl = false; in DeclRefExpr()
380 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
452 bool HasFoundDecl, in CreateEmpty() argument
459 HasQualifier ? 1 : 0, HasFoundDecl ? 1 : 0, HasTemplateKWAndArgsInfo, in CreateEmpty()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1071 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()
1110 bool HasFoundDecl,
H A DStmt.h343 unsigned HasFoundDecl : 1; in alignas() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp546 E->DeclRefExprBits.HasFoundDecl = Record.readInt(); in VisitDeclRefExpr()