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

  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 42 const SrcMgr::SLocEntry &(SourceManager::*Getter)(unsigned, bool*) const;
51 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
CXSourceLocation.cpp 259 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid);
CIndex.cpp 312 const SrcMgr::SLocEntry &SLEntry = SM.getSLocEntry(File, &Invalid);
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 244 /// preprocessing of this \#include, including this SLocEntry.
246 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
390 class SLocEntry {
403 assert(isFile() && "Not a file SLocEntry!");
408 assert(isExpansion() && "Not a macro expansion SLocEntry!");
412 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
413 SLocEntry E;
419 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
420 SLocEntry E;
591 SmallVector<SrcMgr::SLocEntry, 0> LocalSLocEntryTable
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 296 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
326 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
464 const SrcMgr::SLocEntry &SourceManager::loadSLocEntry(unsigned Index,
470 // If the file of the SLocEntry changed we could still have loaded it.
472 // Try to recover; create a SLocEntry so the rest of clang can handle it.
473 LoadedSLocEntryTable[Index] = SLocEntry::get(0,
570 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset,
575 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset,
623 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info);
627 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info))
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 71 namespace SrcMgr { class SLocEntry; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 260 milliseconds