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 61 SourceLocation L = FI.getIncludeLoc();
66 L = PLoc.isValid()? PLoc.getIncludeLoc() : SourceLocation();
CIndex.cpp 315 Outer = SLEntry.getFile().getIncludeLoc();
    [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 214 SourceLocation IncludeLoc = PLoc.getIncludeLoc();
257 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM);
PrintPreprocessedOutput.cpp 267 SourceLocation IncludeLoc = UserLoc.getIncludeLoc();
  /external/clang/include/clang/Basic/
SourceLocation.h 391 SourceLocation getIncludeLoc() const { return IncludeLoc; }
SourceManager.h 285 SourceLocation getIncludeLoc() const {
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
PPLexerChange.cpp 362 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) {
PPDirectives.cpp     [all...]
ModuleMap.cpp 885 SourceLocation IncludeLoc = SrcMgr.getIncludeLoc(ExpansionFileID);
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 332 milliseconds