Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp342 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
414 bool HasFoundDecl, in CreateEmpty() argument
421 HasQualifier ? 1 : 0, HasFoundDecl ? 1 : 0, HasTemplateKWAndArgsInfo, in CreateEmpty()
/external/clang/include/clang/AST/
DExpr.h961 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()
988 DeclRefExprBits.HasFoundDecl = 0; in Expr()
1013 bool HasFoundDecl,
DStmt.h176 unsigned HasFoundDecl : 1; in LLVM_ALIGNAS() local
/external/clang/lib/Serialization/
DASTReaderStmt.cpp457 E->DeclRefExprBits.HasFoundDecl = Record[Idx++]; in VisitDeclRefExpr()