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

  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 106 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc);
108 StringRef ExpansionBuffer = SM.getBufferData(ExpansionInfo.first);
109 return ExpansionBuffer.substr(ExpansionInfo.second, MacroTokenLength);
  /external/clang/include/clang/Basic/
SourceManager.h 263 /// ExpansionInfo - Each ExpansionInfo encodes the expansion location - where
266 class ExpansionInfo {
308 /// create - Return a ExpansionInfo for an expansion. Start and End specify
313 static ExpansionInfo create(SourceLocation SpellingLoc,
315 ExpansionInfo X;
322 /// createForMacroArg - Return a special ExpansionInfo for the expansion of
340 static ExpansionInfo createForMacroArg(SourceLocation SpellingLoc,
350 /// ExpansionInfo. SourceManager keeps an array of these objects, and
356 ExpansionInfo Expansion
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 569 ExpansionInfo Info = ExpansionInfo::createForMacroArg(SpellingLoc,
581 ExpansionInfo Info = ExpansionInfo::create(SpellingLoc, ExpansionLocStart,
587 SourceManager::createExpansionLocImpl(const ExpansionInfo &Info,
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 89 milliseconds