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 375 DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0;
378 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
381 DeclRefExprBits.HasTemplateKWAndArgsInfo
383 DeclRefExprBits.RefersToEnclosingLocal = RefersToEnclosingLocal;
397 DeclRefExprBits.HadMultipleCandidates = 0;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 433 E->DeclRefExprBits.HasQualifier = Record[Idx++];
434 E->DeclRefExprBits.HasFoundDecl = Record[Idx++];
435 E->DeclRefExprBits.HasTemplateKWAndArgsInfo = Record[Idx++];
436 E->DeclRefExprBits.HadMultipleCandidates = Record[Idx++];
437 E->DeclRefExprBits.RefersToEnclosingLocal = Record[Idx++];
    [all...]

Completed in 45 milliseconds