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

  /external/clang/tools/libclang/
CXSourceLocation.cpp 218 SourceLocation ExpansionLoc = SM.getExpansionLoc(Loc);
222 FileID fileID = SM.getFileID(ExpansionLoc);
233 *line = SM.getExpansionLineNumber(ExpansionLoc);
235 *column = SM.getExpansionColumnNumber(ExpansionLoc);
237 *offset = SM.getDecomposedLoc(ExpansionLoc).second;
  /external/clang/include/clang/Basic/
SourceManager.h 323 /// a macro argument into a function-like macro's body. ExpansionLoc
328 /// characters from the token come from). ExpansionLoc and SpellingLoc can
338 /// SpellingLoc pointing at '\c 42' anad an ExpansionLoc pointing at its
341 SourceLocation ExpansionLoc) {
345 return create(SpellingLoc, ExpansionLoc, SourceLocation());
672 /// ExpansionLoc, and that it represents the expansion of a macro argument
675 SourceLocation ExpansionLoc,
680 /// ExpansionLoc.
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 419 FullSourceLoc ExpansionLoc = Loc.getExpansionLoc();
420 if (!ExpansionLoc.isFileID())
425 FileID ExpansionFileID = ExpansionLoc.getFileID();
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 567 SourceLocation ExpansionLoc,
570 ExpansionLoc);
    [all...]

Completed in 596 milliseconds