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

  /external/clang/unittests/Basic/
SourceManagerTest.cpp 176 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) {
231 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc);
232 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1);
233 loc2 = SourceMgr.getMacroArgExpandedLocation(loc2);
234 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3);
235 defLoc2 = SourceMgr.getMacroArgExpandedLocation(defLoc2);
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 137 milliseconds