Home
last modified time | relevance | path

Searched refs:IsAngled (Results 1 – 9 of 9) sorted by relevance

/external/clang/unittests/Lex/
DPPCallbacksTest.cpp57 StringRef FileName, bool IsAngled, in InclusionDirective() argument
64 this->IsAngled = IsAngled; in InclusionDirective()
75 bool IsAngled; member in __anone961b22f0111::InclusionDirectiveCallbacks
/external/clang/lib/Frontend/
DDependencyGraph.cpp50 StringRef FileName, bool IsAngled,
71 bool IsAngled, in InclusionDirective() argument
DDependencyFile.cpp63 StringRef FileName, bool IsAngled, in InclusionDirective()
189 StringRef FileName, bool IsAngled,
297 bool IsAngled, in InclusionDirective() argument
DPrintPreprocessedOutput.cpp127 StringRef FileName, bool IsAngled,
317 bool IsAngled, in InclusionDirective() argument
337 << (IsAngled ? '<' : '"') in InclusionDirective()
339 << (IsAngled ? '>' : '"') in InclusionDirective()
/external/clang/include/clang/Lex/
DPPCallbacks.h125 bool IsAngled, in InclusionDirective() argument
354 StringRef FileName, bool IsAngled, in InclusionDirective() argument
358 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective()
361 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective()
DPreprocessingRecord.h494 StringRef FileName, bool IsAngled,
/external/clang/lib/Lex/
DPreprocessingRecord.cpp438 bool IsAngled, in InclusionDirective() argument
468 if (!IsAngled) { in InclusionDirective()
477 = new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled, in InclusionDirective()
/external/clang/tools/libclang/
DIndexing.cpp249 StringRef FileName, bool IsAngled, in InclusionDirective() argument
255 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp67 StringRef FileName, bool IsAngled,