HomeSort by: relevance | last modified time | path
    Searched defs:LastTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
TypeLocBuilder.h 37 QualType LastTy;
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!");
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 2436 Type *LastTy = nullptr;
2440 if (V->getType() != LastTy) {
2441 LastTy = V->getType();
2442 Record.push_back(VE.getTypeID(LastTy));

Completed in 54 milliseconds