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

  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 62 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc);
64 StringRef ExpansionBuffer = SM.getBufferData(ExpansionInfo.first);
65 return ExpansionBuffer.substr(ExpansionInfo.second, MacroTokenLength);
  /external/clang/include/clang/Basic/
SourceManager.h 292 /// \brief Each ExpansionInfo encodes the expansion location - where
295 class ExpansionInfo {
342 /// \brief Return a ExpansionInfo for an expansion.
348 static ExpansionInfo create(SourceLocation SpellingLoc,
350 ExpansionInfo X;
357 /// \brief Return a special ExpansionInfo for the expansion of
376 static ExpansionInfo createForMacroArg(SourceLocation SpellingLoc,
385 /// \brief This is a discriminated union of FileInfo and ExpansionInfo.
393 ExpansionInfo Expansion;
406 const ExpansionInfo &getExpansion() const
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]

Completed in 40 milliseconds