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

  /external/llvm/include/llvm/Support/
SourceMgr.h 53 SMLoc IncludeLoc;
58 : Buffer(std::move(O.Buffer)), IncludeLoc(O.IncludeLoc) {}
118 return Buffers[i - 1].IncludeLoc;
124 SMLoc IncludeLoc) {
127 NB.IncludeLoc = IncludeLoc;
138 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
193 /// \param IncludeLoc The location of the include.
195 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const
    [all...]
  /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 239 /// expanded from. The main include file has an invalid IncludeLoc.
247 unsigned IncludeLoc; // Really a SourceLocation
268 X.IncludeLoc = IL.getRawEncoding();
278 return SourceLocation::getFromRawEncoding(IncludeLoc);
796 SourceLocation IncludeLoc = SourceLocation()) {
798 IncludeLoc, FileCharacter, LoadedID, LoadedOffset);
    [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 212 SourceLocation IncludeLoc = PLoc.getIncludeLoc();
215 if (LastIncludeLoc == IncludeLoc)
218 LastIncludeLoc = IncludeLoc;
223 if (IncludeLoc.isValid())
224 emitIncludeStackRecursively(IncludeLoc, SM);
PrintPreprocessedOutput.cpp 263 SourceLocation IncludeLoc = UserLoc.getIncludeLoc();
264 if (IncludeLoc.isValid())
265 MoveToLine(IncludeLoc);
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 3097 milliseconds