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 331 ExprBits.TypeDependent = TypeDependent;
332 ExprBits.ValueDependent = ValueDependent;
333 ExprBits.InstantiationDependent = InstantiationDependent;
337 ExprBits.ContainsUnexpandedParameterPack = true;
    [all...]
ExprCXX.cpp 164 ExprBits.InstantiationDependent = true;
167 ExprBits.ContainsUnexpandedParameterPack = true;
174 ExprBits.InstantiationDependent = true;
177 ExprBits.ContainsUnexpandedParameterPack = true;
184 ExprBits.InstantiationDependent = true;
186 ExprBits.ContainsUnexpandedParameterPack = true;
356 ExprBits.TypeDependent = true;
357 ExprBits.ValueDependent = true;
358 ExprBits.InstantiationDependent = true;
382 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 416 E->ExprBits.ContainsUnexpandedParameterPack = Record[Idx++];
    [all...]

Completed in 55 milliseconds