Searched refs:setInstantiationDependent (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp1612 setInstantiationDependent();
1627 setInstantiationDependent();
1644 setInstantiationDependent();
2038 setInstantiationDependent();
H A DExpr.cpp368 setInstantiationDependent(true);
1357 E->setInstantiationDependent(true);
1361 E->setInstantiationDependent(true);
1381 E->setInstantiationDependent(true);
H A DExprCXX.cpp1503 setInstantiationDependent(true);
/external/clang/include/clang/AST/
H A DExpr.h197 void setInstantiationDependent(bool ID) { function in class:clang::Expr
H A DType.h1385 void setInstantiationDependent(bool D = true) { function in class:clang::Type
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp415 E->setInstantiationDependent(Record[Idx++]);

Completed in 1290 milliseconds