Searched defs:LoadedID (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Basic/
H A DSourceManager.cpp573 int LoadedID, unsigned LoadedOffset) {
574 if (LoadedID < 0) {
575 assert(LoadedID != -1 && "Loading sentinel FileID");
576 unsigned Index = unsigned(-LoadedID) - 2;
582 return FileID::get(LoadedID);
615 int LoadedID,
619 return createExpansionLocImpl(Info, TokLength, LoadedID, LoadedOffset);
625 int LoadedID,
627 if (LoadedID < 0) {
628 assert(LoadedID !
570 createFileID(const ContentCache *File, SourceLocation IncludePos, SrcMgr::CharacteristicKind FileCharacter, int LoadedID, unsigned LoadedOffset) argument
611 createExpansionLoc(SourceLocation SpellingLoc, SourceLocation ExpansionLocStart, SourceLocation ExpansionLocEnd, unsigned TokLength, int LoadedID, unsigned LoadedOffset) argument
623 createExpansionLocImpl(const ExpansionInfo &Info, unsigned TokLength, int LoadedID, unsigned LoadedOffset) argument
[all...]

Completed in 75 milliseconds