| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPCallbacks.cpp | 18 bool IsAngled, OptionalFileEntryRef File, in HasInclude() argument 25 bool IsAngled, OptionalFileEntryRef File, in HasInclude() argument 27 First->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude() 28 Second->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude()
|
| H A D | PreprocessingRecord.cpp | 474 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument 501 if (!IsAngled) { in InclusionDirective() 510 new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled, in InclusionDirective()
|
| H A D | HeaderSearch.cpp | 1933 FileEntryRef File, llvm::StringRef MainFile, bool *IsAngled) const { in suggestPathToFileForDiagnostics() 1935 MainFile, IsAngled); in suggestPathToFileForDiagnostics() 1940 bool *IsAngled) const { in suggestPathToFileForDiagnostics() 1998 if (IsAngled) in suggestPathToFileForDiagnostics() 1999 *IsAngled = BestPrefixLength && isSystem(DL.getDirCharacteristic()); in suggestPathToFileForDiagnostics() 2006 if (IsAngled) in suggestPathToFileForDiagnostics() 2007 *IsAngled = BestPrefixLength; in suggestPathToFileForDiagnostics() 2016 if (IsAngled) in suggestPathToFileForDiagnostics() 2017 *IsAngled = false; in suggestPathToFileForDiagnostics()
|
| H A D | Preprocessor.cpp | 450 bool IsAngled) { in CodeCompleteIncludedFile() argument 453 CodeComplete->CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()
|
| H A D | Lexer.cpp | 2331 bool IsAngled) { in codeCompleteIncludedFile() argument 2350 if (Next == (IsAngled ? '>' : '"')) in codeCompleteIncludedFile() 2359 PP->CodeCompleteIncludedFile(Dir, IsAngled); in codeCompleteIncludedFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 350 HeaderIncludes::insert(llvm::StringRef IncludeName, bool IsAngled, in insert() argument 360 ((IsAngled && StringRef(Inc.Name).starts_with("<")) || in insert() 361 (!IsAngled && StringRef(Inc.Name).starts_with("\"")))) in insert() 365 std::string(llvm::formatv(IsAngled ? "<{0}>" : "\"{0}\"", IncludeName)); in insert() 396 bool IsAngled) const { in remove() 403 if ((IsAngled && StringRef(Inc.Name).starts_with("\"")) || in remove() 404 (!IsAngled && StringRef(Inc.Name).starts_with("<"))) in remove()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
| H A D | HeaderIncludes.h | 77 bool IsAngled, 84 tooling::Replacements remove(llvm::StringRef Header, bool IsAngled) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 139 bool IsAngled, CharSourceRange FilenameRange, in InclusionDirective() argument 335 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, 473 StringRef FileName, bool IsAngled, in InclusionDirective() argument 478 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective() 481 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective() 564 void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled,
|
| H A D | CodeCompletionHandler.h | 67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} in CodeCompleteIncludedFile() argument
|
| H A D | HeaderSearch.h | 880 bool *IsAngled = nullptr) const; 894 bool *IsAngled = nullptr) const;
|
| H A D | Lexer.h | 771 const char *CompletionPoint, bool IsAngled);
|
| H A D | PreprocessingRecord.h | 532 StringRef FileName, bool IsAngled,
|
| H A D | Preprocessor.h | 1570 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyGraph.cpp | 49 StringRef FileName, bool IsAngled, 70 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
|
| H A D | PrintPreprocessedOutput.cpp | 153 StringRef FileName, bool IsAngled, 403 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument 413 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective() 431 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective()
|
| H A D | DependencyFile.cpp | 66 StringRef FileName, bool IsAngled, in InclusionDirective() 79 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled, in HasInclude()
|
| H A D | ModuleDependencyCollector.cpp | 55 StringRef FileName, bool IsAngled, in InclusionDirective()
|
| H A D | PrecompiledPreamble.cpp | 98 StringRef FileName, bool IsAngled, in InclusionDirective() argument 123 if (!IsAngled) { in InclusionDirective() 131 IsAngled ? Search.angled_dir_begin() : Search.search_dir_begin(), in InclusionDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 102 StringRef FileName, bool IsAngled,
|
| H A D | MacroPPCallbacks.cpp | 170 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 166 StringRef FileName, bool IsAngled,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 75 StringRef FileName, bool IsAngled,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 398 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 5704 bool IsAngled = false; in getHeaderNameForHeader() local 5706 E, IncludingFile, &IsAngled); in getHeaderNameForHeader() 5707 return (IsAngled ? '<' : '"') + Path + (IsAngled ? '>' : '"'); in getHeaderNameForHeader()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 2317 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { in CodeCompleteIncludedFile() argument 2318 Actions.CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()
|