HomeSort by relevance Sort by last modified time
    Searched refs:SLocEntry (Results 1 - 10 of 10) 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 313 const SrcMgr::SLocEntry &SLEntry = SM.getSLocEntry(File, &Invalid);
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 250 /// preprocessing of this \#include, including this SLocEntry.
252 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
396 class SLocEntry {
410 assert(isFile() && "Not a file SLocEntry!");
415 assert(isExpansion() && "Not a macro expansion SLocEntry!");
419 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
421 SLocEntry E;
428 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
430 SLocEntry E;
607 SmallVector<SrcMgr::SLocEntry, 0> LocalSLocEntryTable
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 294 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
322 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
460 const SrcMgr::SLocEntry &SourceManager::loadSLocEntry(unsigned Index,
466 // If the file of the SLocEntry changed we could still have loaded it.
468 // Try to recover; create a SLocEntry so the rest of clang can handle it.
469 LoadedSLocEntryTable[Index] = SLocEntry::get(0,
568 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset,
573 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset,
621 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info);
625 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info))
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 76 namespace SrcMgr { class SLocEntry; }
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 278 milliseconds