HomeSort by relevance Sort by last modified time
    Searched defs:IncludeLoc (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 214 SourceLocation IncludeLoc = PLoc.getIncludeLoc();
217 if (LastIncludeLoc == IncludeLoc)
220 LastIncludeLoc = IncludeLoc;
225 if (IncludeLoc.isValid())
226 emitIncludeStackRecursively(IncludeLoc, SM);
PrintPreprocessedOutput.cpp 267 SourceLocation IncludeLoc = UserLoc.getIncludeLoc();
268 if (IncludeLoc.isValid())
269 MoveToLine(IncludeLoc);
  /external/llvm/include/llvm/Support/
SourceMgr.h 53 SMLoc IncludeLoc;
113 return Buffers[i - 1].IncludeLoc;
118 unsigned AddNewSourceBuffer(MemoryBuffer *F, SMLoc IncludeLoc) {
121 NB.IncludeLoc = IncludeLoc;
132 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
187 /// \param IncludeLoc The location of the include.
189 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const;
  /external/clang/include/clang/Basic/
SourceLocation.h 359 SourceLocation IncludeLoc;
363 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
391 SourceLocation getIncludeLoc() const { return IncludeLoc; }
SourceManager.h 247 /// expanded from. The main include file has an invalid IncludeLoc.
255 unsigned IncludeLoc; // Really a SourceLocation
276 X.IncludeLoc = IL.getRawEncoding();
286 return SourceLocation::getFromRawEncoding(IncludeLoc);
794 SourceLocation IncludeLoc = SourceLocation()) {
795 return createFileID(createMemBufferContentCache(Buffer), IncludeLoc,
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 254 milliseconds