HomeSort by: relevance | last modified time | path
    Searched defs:hadMultipleCandidates (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 1505 ArrayRef<Expr *> Args, bool HadMultipleCandidates,
1524 bool HadMultipleCandidates, bool ListInitialization,
1543 bool hadMultipleCandidates() const {
1544 return CXXConstructExprBits.HadMultipleCandidates;
1547 CXXConstructExprBits.HadMultipleCandidates = V;
1809 bool HadMultipleCandidates, bool ListInitialization,
1819 SourceRange ParenOrBraceRange, bool HadMultipleCandidates,
Expr.h 1398 bool hadMultipleCandidates() const {
1399 return DeclRefExprBits.HadMultipleCandidates;
1405 DeclRefExprBits.HadMultipleCandidates = V;
3292 bool hadMultipleCandidates() const {
3293 return MemberExprBits.HadMultipleCandidates;
3299 MemberExprBits.HadMultipleCandidates = V;

Completed in 21 milliseconds