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

  /external/clang/tools/libclang/
CXSourceLocation.cpp 250 SourceLocation ExpansionLoc = SM.getExpansionLoc(Loc);
254 FileID fileID = SM.getFileID(ExpansionLoc);
265 *line = SM.getExpansionLineNumber(ExpansionLoc);
267 *column = SM.getExpansionColumnNumber(ExpansionLoc);
269 *offset = SM.getDecomposedLoc(ExpansionLoc).second;
  /external/clang/include/clang/Edit/
EditedSource.h 86 SourceLocation &ExpansionLoc,
  /external/clang/include/clang/Basic/
SourceManager.h 366 /// ExpansionLoc specifies the expansion location (where the macro is
370 /// (where the characters from the token come from). ExpansionLoc and
380 /// SpellingLoc pointing at '\c 42' and an ExpansionLoc pointing at its
383 SourceLocation ExpansionLoc) {
387 return create(SpellingLoc, ExpansionLoc, SourceLocation());
811 /// ExpansionLoc, and that it represents the expansion of a macro argument
814 SourceLocation ExpansionLoc,
819 /// ExpansionLoc.
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 592 SourceLocation ExpansionLoc,
595 ExpansionLoc);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 233 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
234 if (ExpansionLoc.isInvalid()) {
237 return SourceManager.isInSystemHeader(ExpansionLoc);
259 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
260 if (ExpansionLoc.isInvalid()) {
264 SourceManager.getFileEntryForID(SourceManager.getFileID(ExpansionLoc));
    [all...]
  /external/clang/lib/Edit/
EditedSource.cpp 27 SourceLocation &ExpansionLoc,
31 ExpansionLoc = SourceMgr.getImmediateExpansionRange(DefArgLoc).first;
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]

Completed in 155 milliseconds