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

  /external/clang/lib/AST/
Expr.cpp 356 ExprBits.TypeDependent = TypeDependent;
357 ExprBits.ValueDependent = ValueDependent;
358 ExprBits.InstantiationDependent = InstantiationDependent;
362 ExprBits.ContainsUnexpandedParameterPack = true;
    [all...]
ExprCXX.cpp 105 ExprBits.InstantiationDependent = true;
108 ExprBits.ContainsUnexpandedParameterPack = true;
115 ExprBits.InstantiationDependent = true;
118 ExprBits.ContainsUnexpandedParameterPack = true;
125 ExprBits.InstantiationDependent = true;
127 ExprBits.ContainsUnexpandedParameterPack = true;
295 ExprBits.TypeDependent = true;
296 ExprBits.ValueDependent = true;
297 ExprBits.InstantiationDependent = true;
321 ExprBits.TypeDependent = true
    [all...]
  /external/clang/include/clang/AST/
Expr.h 111 ExprBits.TypeDependent = TD;
112 ExprBits.ValueDependent = VD;
113 ExprBits.InstantiationDependent = ID;
114 ExprBits.ValueKind = VK;
115 ExprBits.ObjectKind = OK;
116 ExprBits.ContainsUnexpandedParameterPack = ContainsUnexpandedParameterPack;
146 bool isValueDependent() const { return ExprBits.ValueDependent; }
150 ExprBits.ValueDependent = VD;
152 ExprBits.InstantiationDependent = true;
166 bool isTypeDependent() const { return ExprBits.TypeDependent;
    [all...]
Stmt.h 295 ExprBitfields ExprBits;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 418 E->ExprBits.ContainsUnexpandedParameterPack = Record[Idx++];
    [all...]

Completed in 52 milliseconds