HomeSort by relevance Sort by last modified time
    Searched refs:SLocEntry (Results 1 - 6 of 6) sorted by null

  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 38 const SrcMgr::SLocEntry &(SourceManager::*Getter)(unsigned, bool*) const;
47 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
CIndex.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 207 /// preprocessing of this #include, including this SLocEntry.
208 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
337 /// SLocEntry - This is a discriminated union of FileInfo and
340 class SLocEntry {
353 assert(isFile() && "Not a file SLocEntry!");
358 assert(isExpansion() && "Not a macro expansion SLocEntry!");
362 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
363 SLocEntry E;
369 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
370 SLocEntry E
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 296 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
326 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
502 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset,
507 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset,
555 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info);
559 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info));
598 const SLocEntry &SLoc = getSLocEntry(FID, &MyInvalid);
625 /// SLocEntry tables that contains the specified location.
655 std::vector<SrcMgr::SLocEntry>::const_iterator I;
753 const SrcMgr::SLocEntry &E = getLoadedSLocEntry(I)
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 32 milliseconds