Searched defs:HasFoundDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp353 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
425 bool HasFoundDecl,
431 if (HasFoundDecl)
423 CreateEmpty(const ASTContext &Context, bool HasQualifier, bool HasFoundDecl, bool HasTemplateKWAndArgsInfo, unsigned NumTemplateArgs) argument

Completed in 722 milliseconds