HomeSort by: relevance | last modified time | path
    Searched refs:LastTy (Results 1 - 3 of 3) 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!");
TypeLocBuilder.cpp 65 assert(TLast == LastTy &&
67 LastTy = T;
  /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 66 milliseconds