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

  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 53 TypeSourceInfo *GetTypeSourceInfo(const RecordData &R, unsigned &I) {
54 return Reader.GetTypeSourceInfo(F, R, I);
563 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
604 E->setArgument(GetTypeSourceInfo(Record, Idx));
723 E->setTypeInfoAsWritten(GetTypeSourceInfo(Record, Idx));
735 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
855 E->setWrittenTypeInfo(GetTypeSourceInfo(Record, Idx));
905 E->TInfo = GetTypeSourceInfo(Record, Idx);
923 E->AssocTypes[I] = GetTypeSourceInfo(Record, Idx);
    [all...]
ASTReader.cpp     [all...]

Completed in 58 milliseconds