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 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/Edit/
EditedSource.h 86 SourceLocation &ExpansionLoc,
  /external/clang/include/clang/Basic/
SourceManager.h 367 /// ExpansionLoc specifies the expansion location (where the macro is
371 /// (where the characters from the token come from). ExpansionLoc and
381 /// SpellingLoc pointing at '\c 42' and an ExpansionLoc pointing at its
384 SourceLocation ExpansionLoc) {
388 return create(SpellingLoc, ExpansionLoc, SourceLocation());
803 /// ExpansionLoc, and that it represents the expansion of a macro argument
806 SourceLocation ExpansionLoc,
811 /// ExpansionLoc.
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 592 SourceLocation ExpansionLoc,
595 ExpansionLoc);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 209 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
210 if (ExpansionLoc.isInvalid()) {
213 return SourceManager.isInSystemHeader(ExpansionLoc);
235 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
236 if (ExpansionLoc.isInvalid()) {
240 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 195 milliseconds