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 49 /// IncludeLoc - This is the location of the parent include, or null if at
51 SMLoc IncludeLoc;
100 return Buffers[i].IncludeLoc;
105 unsigned AddNewSourceBuffer(MemoryBuffer *F, SMLoc IncludeLoc) {
108 NB.IncludeLoc = IncludeLoc;
117 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
150 /// @param IncludeLoc - The line of the include.
152 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const;
  /external/clang/include/clang/Basic/
SourceLocation.h 352 SourceLocation IncludeLoc;
356 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
379 SourceLocation getIncludeLoc() const { return IncludeLoc; }
SourceManager.h 204 /// expanded from. The main include file has an invalid IncludeLoc.
209 /// IncludeLoc - The location of the #include that brought in this file.
211 unsigned IncludeLoc; // Really a SourceLocation
231 X.IncludeLoc = IL.getRawEncoding();
241 return SourceLocation::getFromRawEncoding(IncludeLoc);
665 SourceLocation IncludeLoc = SourceLocation()) {
666 return createFileID(createMemBufferContentCache(Buffer), IncludeLoc,
    [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 251 SourceLocation IncludeLoc = UserLoc.getIncludeLoc();
252 if (IncludeLoc.isValid())
253 MoveToLine(IncludeLoc);
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 96 milliseconds