HomeSort by relevance Sort by last modified time
    Searched defs:GetTypeSourceInfo (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 42 TypeSourceInfo *GetTypeSourceInfo(const RecordData &R, unsigned &I) {
43 return Reader.GetTypeSourceInfo(F, R, I);
445 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
486 E->setArgument(GetTypeSourceInfo(Record, Idx));
594 E->setTypeInfoAsWritten(GetTypeSourceInfo(Record, Idx));
606 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
716 E->setWrittenTypeInfo(GetTypeSourceInfo(Record, Idx));
774 E->AssocTypes[I] = GetTypeSourceInfo(Record, Idx);
860 E->setEncodedTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
940 E->setClassReceiver(GetTypeSourceInfo(Record, Idx))
    [all...]
ASTReaderDecl.cpp 60 TypeSourceInfo *GetTypeSourceInfo(const RecordData &R, unsigned &I) {
61 return Reader.GetTypeSourceInfo(F, R, I);
308 GetTypeSourceInfo(Record, Idx);
311 DD->DeclInfo = GetTypeSourceInfo(Record, Idx);
412 TD->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
447 if (TypeSourceInfo *TI = Reader.GetTypeSourceInfo(F, Record, Idx))
651 MD->setResultTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
812 D->setType(GetTypeSourceInfo(Record, Idx));
    [all...]
ASTReader.cpp     [all...]

Completed in 363 milliseconds