HomeSort by relevance Sort by last modified time
    Searched refs:DeclRefExprBits (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 299 DeclRefExprBitfields DeclRefExprBits;
    [all...]
  /external/clang/lib/AST/
Expr.cpp 350 DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0;
353 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
356 DeclRefExprBits.HasTemplateKWAndArgsInfo
358 DeclRefExprBits.RefersToEnclosingLocal = RefersToEnclosingLocal;
372 DeclRefExprBits.HadMultipleCandidates = 0;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 431 E->DeclRefExprBits.HasQualifier = Record[Idx++];
432 E->DeclRefExprBits.HasFoundDecl = Record[Idx++];
433 E->DeclRefExprBits.HasTemplateKWAndArgsInfo = Record[Idx++];
434 E->DeclRefExprBits.HadMultipleCandidates = Record[Idx++];
435 E->DeclRefExprBits.RefersToEnclosingLocal = Record[Idx++];
    [all...]

Completed in 47 milliseconds