/external/llvm-project/clang/lib/Lex/ |
D | PPCallbacks.cpp | 18 bool IsAngled, Optional<FileEntryRef> File, in HasInclude() 25 bool IsAngled, Optional<FileEntryRef> File, in HasInclude()
|
D | PreprocessingRecord.cpp | 464 bool IsAngled, in InclusionDirective()
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | IncludeInserter.cpp | 26 bool IsAngled, CharSourceRange FileNameRange, in InclusionDirective() 71 bool IsAngled = Header.consume_front("<"); in createIncludeInsertion() local 89 void IncludeInserter::addInclude(StringRef FileName, bool IsAngled, in addInclude()
|
D | IncludeSorter.cpp | 68 bool IsAngled, IncludeSorter::IncludeStyle Style) { in DetermineIncludeKind() 132 void IncludeSorter::AddInclude(StringRef FileName, bool IsAngled, in AddInclude() 154 bool IsAngled) { in CreateIncludeInsertion()
|
/external/llvm-project/clang-tools-extra/clang-tidy/llvm/ |
D | IncludeOrderCheck.cpp | 40 bool IsAngled; ///< true if this was an include with angle brackets member 59 static int getPriority(StringRef Filename, bool IsAngled, bool IsMainModule) { in getPriority() 80 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | CodeCompletionHandler.h | 67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} in CodeCompleteIncludedFile()
|
D | PPCallbacks.h | 125 bool IsAngled, in InclusionDirective() 406 StringRef FileName, bool IsAngled, in InclusionDirective()
|
/external/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/ |
D | RestrictSystemLibcHeadersCheck.cpp | 49 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective()
|
/external/llvm-project/clang-tools-extra/clang-tidy/portability/ |
D | RestrictSystemIncludesCheck.cpp | 25 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | DeprecatedHeadersCheck.cpp | 94 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | SuspiciousIncludeCheck.cpp | 75 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective()
|
/external/clang/lib/Frontend/ |
D | DependencyGraph.cpp | 71 bool IsAngled, in InclusionDirective()
|
D | DependencyFile.cpp | 297 bool IsAngled, in InclusionDirective()
|
/external/llvm-project/clang/lib/Frontend/ |
D | DependencyGraph.cpp | 72 bool IsAngled, in InclusionDirective()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | MacroPPCallbacks.cpp | 170 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective()
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 57 StringRef FileName, bool IsAngled, in InclusionDirective() 75 bool IsAngled; member in __anon701ea7170111::InclusionDirectiveCallbacks
|
/external/llvm-project/clang/lib/Tooling/DependencyScanning/ |
D | ModuleDepCollector.cpp | 88 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective()
|
/external/llvm-project/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 37 StringRef FileName, bool IsAngled, in InclusionDirective() 57 bool IsAngled; member in __anon51328c050111::InclusionDirectiveCallbacks
|
/external/llvm-project/clang-tools-extra/modularize/ |
D | CoverageChecker.cpp | 90 StringRef FileName, bool IsAngled, in InclusionDirective()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Headers.cpp | 35 llvm::StringRef FileName, bool IsAngled, in InclusionDirective()
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 125 bool IsAngled, in InclusionDirective() 354 StringRef FileName, bool IsAngled, in InclusionDirective()
|
/external/llvm-project/clang-tools-extra/clang-move/ |
D | Move.cpp | 132 StringRef FileName, bool IsAngled, in InclusionDirective() 689 void ClangMoveTool::addIncludes(llvm::StringRef IncludeHeader, bool IsAngled, in addIncludes()
|
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 438 bool IsAngled, in InclusionDirective()
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ExpandModularHeadersPPCallbacks.cpp | 164 StringRef IncludedFilename, bool IsAngled, CharSourceRange FilenameRange, in InclusionDirective()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | ParsedASTTests.cpp | 368 bool IsAngled; in TEST() member
|