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 253 SourceLocation ExpansionLoc = SM.getExpansionLoc(Loc);
257 FileID fileID = SM.getFileID(ExpansionLoc);
268 *line = SM.getExpansionLineNumber(ExpansionLoc);
270 *column = SM.getExpansionColumnNumber(ExpansionLoc);
272 *offset = SM.getDecomposedLoc(ExpansionLoc).second;
  /external/clang/include/clang/Basic/
SourceManager.h 375 /// ExpansionLoc specifies the expansion location (where the macro is
379 /// (where the characters from the token come from). ExpansionLoc and
389 /// SpellingLoc pointing at '\c 42' and an ExpansionLoc pointing at its
392 SourceLocation ExpansionLoc) {
396 return create(SpellingLoc, ExpansionLoc, SourceLocation());
801 /// ExpansionLoc, and that it represents the expansion of a macro argument
804 SourceLocation ExpansionLoc,
809 /// ExpansionLoc.
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 603 SourceLocation ExpansionLoc,
606 ExpansionLoc);
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 870 FullSourceLoc ExpansionLoc = Loc.getExpansionLoc();
871 if (!ExpansionLoc.isFileID())
875 FileID ExpansionFileID = ExpansionLoc.getFileID();
    [all...]

Completed in 70 milliseconds