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

  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 62 bool IsAngled,
71 this->IsAngled = IsAngled;
82 bool IsAngled;
  /external/clang/lib/Frontend/
DependencyGraph.cpp 50 StringRef FileName, bool IsAngled,
70 bool IsAngled,
DependencyFile.cpp 68 StringRef FileName, bool IsAngled,
161 StringRef FileName, bool IsAngled,
263 bool IsAngled,
PrintPreprocessedOutput.cpp 131 StringRef FileName, bool IsAngled,
321 bool IsAngled,
  /external/clang/include/clang/Lex/
PPCallbacks.h 96 /// \param IsAngled Whether the file name was enclosed in angle brackets;
123 bool IsAngled,
356 StringRef FileName, bool IsAngled,
360 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
363 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
PreprocessingRecord.h 574 StringRef FileName, bool IsAngled,
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 440 bool IsAngled,
470 if (!IsAngled) {
479 = new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled,
  /external/clang/tools/libclang/
Indexing.cpp 271 StringRef FileName, bool IsAngled,
277 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled,
    [all...]
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 64 StringRef FileName, bool IsAngled,
172 bool /*IsAngled*/,
334 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename);
337 Filename, SourceLocation(), isAngled, nullptr, CurDir,

Completed in 970 milliseconds