OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeDependent
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/AST/
Expr.cpp
137
bool &
TypeDependent
,
140
TypeDependent
= false;
155
TypeDependent
= true;
168
TypeDependent
= true;
220
bool
TypeDependent
= false;
223
computeDeclRefDependence(getDecl(), getType(),
TypeDependent
, ValueDependent,
233
if (!
TypeDependent
&& !ValueDependent &&
239
TypeDependent
= true;
244
ExprBits.
TypeDependent
=
TypeDependent
;
[
all
...]
ExprCXX.cpp
255
ExprBits.
TypeDependent
= true;
279
ExprBits.
TypeDependent
= true;
[
all
...]
/external/clang/lib/Sema/
SemaCast.cpp
244
bool
TypeDependent
= DestType->isDependentType() || Ex.get()->isTypeDependent();
254
if (!
TypeDependent
) {
264
if (!
TypeDependent
) {
275
if (!
TypeDependent
) {
286
if (!
TypeDependent
) {
[
all
...]
/external/clang/include/clang/AST/
Expr.h
62
ExprBits.
TypeDependent
= TD;
117
bool isTypeDependent() const { return ExprBits.
TypeDependent
; }
121
ExprBits.
TypeDependent
= TD;
[
all
...]
Stmt.h
154
unsigned
TypeDependent
: 1;
[
all
...]
Completed in 481 milliseconds