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 254 ExprBits.TypeDependent = TypeDependent;
255 ExprBits.ValueDependent = ValueDependent;
256 ExprBits.InstantiationDependent = InstantiationDependent;
260 ExprBits.ContainsUnexpandedParameterPack = true;
809 ExprBits.TypeDependent = true;
811 ExprBits.ValueDependent = true;
813 ExprBits.InstantiationDependent = true;
815 ExprBits.ContainsUnexpandedParameterPack = true;
837 ExprBits.TypeDependent = true;
839 ExprBits.ValueDependent = true
    [all...]
ExprCXX.cpp 71 ExprBits.InstantiationDependent = true;
74 ExprBits.ContainsUnexpandedParameterPack = true;
81 ExprBits.InstantiationDependent = true;
84 ExprBits.ContainsUnexpandedParameterPack = true;
91 ExprBits.InstantiationDependent = true;
93 ExprBits.ContainsUnexpandedParameterPack = true;
269 ExprBits.TypeDependent = true;
270 ExprBits.ValueDependent = true;
294 ExprBits.TypeDependent = true;
295 ExprBits.ValueDependent = true
    [all...]
  /external/clang/include/clang/AST/
Expr.h 63 ExprBits.TypeDependent = TD;
64 ExprBits.ValueDependent = VD;
65 ExprBits.InstantiationDependent = ID;
66 ExprBits.ValueKind = VK;
67 ExprBits.ObjectKind = OK;
68 ExprBits.ContainsUnexpandedParameterPack = ContainsUnexpandedParameterPack;
98 bool isValueDependent() const { return ExprBits.ValueDependent; }
102 ExprBits.ValueDependent = VD;
104 ExprBits.InstantiationDependent = true;
118 bool isTypeDependent() const { return ExprBits.TypeDependent;
    [all...]
Stmt.h 282 ExprBitfields ExprBits;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 326 E->ExprBits.ContainsUnexpandedParameterPack = Record[Idx++];
    [all...]

Completed in 119 milliseconds