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

  /external/clang/tools/libclang/
Indexing.cpp 65 if (IndexCtx.isNotFromSourceFile(MI->getDefinitionLoc()))
68 SourceLocation Loc = MI->getDefinitionLoc();
83 if (IndexCtx.isNotFromSourceFile(MI->getDefinitionLoc()))
97 if (IndexCtx.isNotFromSourceFile(MI->getDefinitionLoc()))
  /external/clang/include/clang/Lex/
MacroInfo.h 125 /// getDefinitionLoc - Return the location that the macro was defined at.
127 SourceLocation getDefinitionLoc() const { return Location; }
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
PreprocessingRecord.cpp 274 SourceRange R(MI->getDefinitionLoc(), MI->getDefinitionEndLoc());
PPMacroExpansion.cpp     [all...]
Pragma.cpp 644 WarnUnusedMacroLocs.erase(CurrentMI->getDefinitionLoc());
    [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 309 MoveToLine(MI->getDefinitionLoc());
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 223 milliseconds