Searched refs:IsAngled (Results 1 – 9 of 9) sorted by relevance
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 57 StringRef FileName, bool IsAngled, in InclusionDirective() argument 64 this->IsAngled = IsAngled; in InclusionDirective() 75 bool IsAngled; member in __anon943a28fc0111::InclusionDirectiveCallbacks
|
/external/clang/lib/Frontend/ |
D | DependencyGraph.cpp | 50 StringRef FileName, bool IsAngled, 71 bool IsAngled, in InclusionDirective() argument
|
D | DependencyFile.cpp | 63 StringRef FileName, bool IsAngled, in InclusionDirective() 189 StringRef FileName, bool IsAngled, 297 bool IsAngled, in InclusionDirective() argument
|
D | PrintPreprocessedOutput.cpp | 127 StringRef FileName, bool IsAngled, 317 bool IsAngled, in InclusionDirective() argument
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 125 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()
|
D | PreprocessingRecord.h | 494 StringRef FileName, bool IsAngled,
|
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 438 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/ |
D | Indexing.cpp | 271 StringRef FileName, bool IsAngled, in InclusionDirective() argument 277 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
|
/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 67 StringRef FileName, bool IsAngled,
|