Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h921 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()
963 DeclRefExprBits.HasFoundDecl = 0; in Expr()
988 bool HasFoundDecl,
DStmt.h213 unsigned HasFoundDecl : 1; in LLVM_ALIGNAS() local
/external/clang/lib/AST/
DExpr.cpp341 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
415 bool HasFoundDecl, in CreateEmpty() argument
421 if (HasFoundDecl) in CreateEmpty()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp433 E->DeclRefExprBits.HasFoundDecl = Record[Idx++]; in VisitDeclRefExpr()