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 43 TypeSourceInfo *GetTypeSourceInfo(const RecordData &R, unsigned &I) {
44 return Reader.GetTypeSourceInfo(F, R, I);
454 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
495 E->setArgument(GetTypeSourceInfo(Record, Idx));
604 E->setTypeInfoAsWritten(GetTypeSourceInfo(Record, Idx));
616 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
727 E->setWrittenTypeInfo(GetTypeSourceInfo(Record, Idx));
785 E->AssocTypes[I] = GetTypeSourceInfo(Record, Idx);
871 E->setEncodedTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
952 E->setClassReceiver(GetTypeSourceInfo(Record, Idx))
    [all...]
ASTReaderDecl.cpp 59 TypeSourceInfo *GetTypeSourceInfo(const RecordData &R, unsigned &I) {
60 return Reader.GetTypeSourceInfo(F, R, I);
307 GetTypeSourceInfo(Record, Idx);
310 DD->DeclInfo = GetTypeSourceInfo(Record, Idx);
412 TD->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
447 if (TypeSourceInfo *TI = Reader.GetTypeSourceInfo(F, Record, Idx))
660 MD->setResultTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
820 D->setType(GetTypeSourceInfo(Record, Idx));
    [all...]
ASTReader.cpp     [all...]

Completed in 23 milliseconds