Searched refs:ExprBits (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp356 ExprBits.TypeDependent = TypeDependent;
357 ExprBits.ValueDependent = ValueDependent;
358 ExprBits.InstantiationDependent = InstantiationDependent;
362 ExprBits.ContainsUnexpandedParameterPack = true;
1052 ExprBits.TypeDependent = true;
1054 ExprBits.ValueDependent = true;
1056 ExprBits.InstantiationDependent = true;
1058 ExprBits.ContainsUnexpandedParameterPack = true;
1080 ExprBits.TypeDependent = true;
1082 ExprBits
[all...]
H A DExprCXX.cpp105 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
[all...]
/external/clang/include/clang/AST/
H A DExpr.h111 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
[all...]
H A DStmt.h295 ExprBitfields ExprBits; member in union:clang::Stmt::__anon14915
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp418 E->ExprBits.ContainsUnexpandedParameterPack = Record[Idx++];

Completed in 117 milliseconds