HomeSort by relevance Sort by last modified time
    Searched refs:SLocEntry (Results 1 - 9 of 9) 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);
CXSourceLocation.cpp 238 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid);
CIndex.cpp 290 const SrcMgr::SLocEntry &SLEntry = SM.getSLocEntry(File, &Invalid);
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 243 /// preprocessing of this \#include, including this SLocEntry.
245 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
389 class SLocEntry {
402 assert(isFile() && "Not a file SLocEntry!");
407 assert(isExpansion() && "Not a macro expansion SLocEntry!");
411 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
412 SLocEntry E;
418 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
419 SLocEntry E;
590 SmallVector<SrcMgr::SLocEntry, 0> LocalSLocEntryTable
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 303 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
333 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
486 const SrcMgr::SLocEntry &SourceManager::loadSLocEntry(unsigned Index,
492 // If the file of the SLocEntry changed we could still have loaded it.
494 // Try to recover; create a SLocEntry so the rest of clang can handle it.
495 LoadedSLocEntryTable[Index] = SLocEntry::get(0,
592 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset,
597 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset,
645 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info);
649 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info))
    [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 436 const SrcMgr::SLocEntry &Entry = SourceMgr.getLocalSLocEntry(I);
  /external/clang/include/clang/Serialization/
ASTWriter.h 70 namespace SrcMgr { class SLocEntry; }
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 318 milliseconds