Searched refs:LastTy (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DTypeLocBuilder.h38 QualType LastTy; member in class:clang::TypeLocBuilder
84 LastTy = QualType();
93 LastTy = T;
107 assert(T == LastTy && "type doesn't match last type pushed!");
120 assert(T == LastTy && "type doesn't match last type pushed!");
133 assert(TLast == LastTy &&
135 LastTy = T;
173 assert(LastTy.isNull() && "pushing full on non-empty TypeLocBuilder");
174 LastTy = T;
193 assert(LastTy
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp765 Type *LastTy = 0; local
769 if (V->getType() != LastTy) {
770 LastTy = V->getType();
771 Record.push_back(VE.getTypeID(LastTy));
/external/llvm/lib/VMCore/
H A DConstantFold.cpp1939 Type *LastTy = 0; local
1942 LastTy = *I;
1944 if ((LastTy && isa<SequentialType>(LastTy)) || Idx0->isNullValue()) {

Completed in 119 milliseconds