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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DTypeLocBuilder.h37 QualType LastTy; member in class:clang::TypeLocBuilder
77 LastTy = QualType();
87 LastTy = T;
103 assert(T == LastTy && "type doesn't match last type pushed!");
116 assert(T == LastTy && "type doesn't match last type pushed!");
140 assert(LastTy == T && "type doesn't match last type pushed!");
H A DTypeLocBuilder.cpp65 assert(TLast == LastTy &&
67 LastTy = T;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2436 Type *LastTy = nullptr; local
2440 if (V->getType() != LastTy) {
2441 LastTy = V->getType();
2442 Record.push_back(VE.getTypeID(LastTy));

Completed in 197 milliseconds