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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DTypeLocBuilder.h38 QualType LastTy; member in class:clang::TypeLocBuilder
80 LastTy = QualType();
90 LastTy = T;
106 assert(T == LastTy && "type doesn't match last type pushed!");
119 assert(T == LastTy && "type doesn't match last type pushed!");
143 assert(LastTy == T && "type doesn't match last type pushed!");
H A DTypeLocBuilder.cpp66 assert(TLast == LastTy &&
68 LastTy = T;
/freebsd-9.3-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp910 Type *LastTy = 0; local
914 if (V->getType() != LastTy) {
915 LastTy = V->getType();
916 Record.push_back(VE.getTypeID(LastTy));
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp1971 Type *LastTy = 0; local
1974 LastTy = *I;
1997 else if (SequentialType *STy = dyn_cast_or_null<SequentialType>(LastTy))

Completed in 138 milliseconds