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

  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 57 SourceLocation L = FI.getIncludeLoc();
62 L = PLoc.isValid()? PLoc.getIncludeLoc() : SourceLocation();
CIndex.cpp 277 Outer = SLEntry.getFile().getIncludeLoc();
    [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 195 emitIncludeStack(PLoc.getIncludeLoc(), Level);
271 emitIncludeStackRecursively(PLoc.getIncludeLoc());
PrintPreprocessedOutput.cpp 251 SourceLocation IncludeLoc = UserLoc.getIncludeLoc();
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
PPLexerChange.cpp 282 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) {
ModuleMap.cpp 435 SourceLocation IncludeLoc = SrcMgr.getIncludeLoc(ExpansionFileID);
    [all...]
PPDirectives.cpp 887 SourceLocation IncLoc = PLoc.getIncludeLoc();
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 377 /// getIncludeLoc - Return the presumed include location of this location.
379 SourceLocation getIncludeLoc() const { return IncludeLoc; }
SourceManager.h 240 SourceLocation getIncludeLoc() const {
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 498 milliseconds