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 359 DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0;
362 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
365 DeclRefExprBits.HasTemplateKWAndArgsInfo
367 DeclRefExprBits.RefersToEnclosingLocal = RefersToEnclosingLocal;
381 DeclRefExprBits.HadMultipleCandidates = 0;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 348 E->DeclRefExprBits.HasQualifier = Record[Idx++];
349 E->DeclRefExprBits.HasFoundDecl = Record[Idx++];
350 E->DeclRefExprBits.HasTemplateKWAndArgsInfo = Record[Idx++];
351 E->DeclRefExprBits.HadMultipleCandidates = Record[Idx++];
352 E->DeclRefExprBits.RefersToEnclosingLocal = Record[Idx++];
    [all...]

Completed in 56 milliseconds