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 169 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) {
221 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc);
222 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1);
223 loc2 = SourceMgr.getMacroArgExpandedLocation(loc2);
224 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3);
225 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 78 milliseconds