/llvm-project/clang/lib/Lex/ |
H A D | PPCallbacks.cpp | 18 HasInclude(SourceLocation Loc,StringRef FileName,bool IsAngled,OptionalFileEntryRef File,SrcMgr::CharacteristicKind FileType) HasInclude() argument 25 HasInclude(SourceLocation Loc,StringRef FileName,bool IsAngled,OptionalFileEntryRef File,SrcMgr::CharacteristicKind FileType) HasInclude() argument
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | IncludeInserter.cpp | 25 bool IsAngled, CharSourceRange FileNameRange, in InclusionDirective() argument 72 bool IsAngled = Header.consume_front("<"); in createIncludeInsertion() local 92 void IncludeInserter::addInclude(StringRef FileName, bool IsAngled, in addInclude()
|
H A D | IncludeSorter.cpp | 68 bool IsAngled, IncludeSorter::IncludeStyle Style) { in determineIncludeKind() 131 void IncludeSorter::addInclude(StringRef FileName, bool IsAngled, in addInclude() 154 IncludeSorter::createIncludeInsertion(StringRef FileName, bool IsAngled) { in createIncludeInsertion()
|
/llvm-project/clang-tools-extra/clang-tidy/llvm/ |
H A 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() 84 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | IncludeSpeller.cpp | 33 bool IsAngled = false; in operator ()() local
|
H A D | Record.cpp | 66 StringRef SpelledFilename, bool IsAngled, in InclusionDirective() 216 llvm::StringRef FileName, bool IsAngled, in InclusionDirective() argument
|
H A D | HTMLReport.cpp | 173 bool IsAngled = false; spellHeader() local
|
/llvm-project/clang/include/clang/Lex/ |
H A D | CodeCompletionHandler.h | 67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} in CodeCompleteIncludedFile()
|
H A D | PPCallbacks.h | 112 bool IsAngled, OptionalFileEntryRef File, in EmbedDirective() 170 bool IsAngled, CharSourceRange FilenameRange, in InclusionDirective() 366 virtual void HasEmbed(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasEmbed() 508 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective() 524 StringRef FileName, bool IsAngled, in InclusionDirective() 616 void HasEmbed(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasEmbed()
|
/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/ |
H A D | RestrictSystemLibcHeadersCheck.cpp | 48 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
/llvm-project/clang-tools-extra/clang-tidy/portability/ |
H A D | RestrictSystemIncludesCheck.cpp | 23 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SuspiciousIncludeCheck.cpp | 54 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Headers.cpp | 39 llvm::StringRef FileName, bool IsAngled, in InclusionDirective() argument 290 bool IsAngled = false; calculateIncludePath() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | DuplicateIncludeCheck.cpp | 79 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
/llvm-project/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 75 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
H A D | PrintPreprocessedOutput.cpp | 417 SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective() argument 486 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.cpp | 170 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ReplayPeambleTests.cpp | 67 bool IsAngled; member
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedHeadersCheck.cpp | 181 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
/llvm-project/clang-tools-extra/modularize/ |
H A D | CoverageChecker.cpp | 90 StringRef FileName, bool IsAngled, in InclusionDirective() argument
|
/llvm-project/clang/unittests/Lex/ |
H A D | PPCallbacksTest.cpp | 37 StringRef FileName, bool IsAngled, in InclusionDirective() 59 bool IsAngled; member in __anon1476b0c10111::InclusionDirectiveCallbacks
|
H A D | HeaderSearchTest.cpp | 201 bool IsAngled = false; TEST_F() local
|
/llvm-project/clang-tools-extra/clang-include-fixer/ |
H A D | IncludeFixer.cpp | 318 bool IsAngled = false; minimizeInclude() local
|
/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 360 insert(llvm::StringRef IncludeName,bool IsAngled,IncludeDirective Directive) const insert() argument
|
/llvm-project/clang-tools-extra/clang-move/ |
H A D | Move.cpp | 132 StringRef FileName, bool IsAngled, in InclusionDirective() argument 690 void ClangMoveTool::addIncludes(llvm::StringRef IncludeHeader, bool IsAngled, in addIncludes()
|