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

  /external/clang/include/clang/Basic/
SourceManager.h 311 /// a macro argument into a function-like macro's body. ExpansionLoc
316 /// characters from the token come from). ExpansionLoc and SpellingLoc can
326 /// SpellingLoc pointing at '\c 42' anad an ExpansionLoc pointing at its
329 SourceLocation ExpansionLoc) {
333 return create(SpellingLoc, ExpansionLoc, SourceLocation());
651 /// ExpansionLoc, and that it represents the expansion of a macro argument
654 SourceLocation ExpansionLoc,
659 /// ExpansionLoc.
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 526 SourceLocation ExpansionLoc,
529 ExpansionLoc);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 57 milliseconds