| /freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/ |
| D | PPCallbacks.cpp | 18 bool IsAngled, Optional<FileEntryRef> File, in HasInclude() argument 25 bool IsAngled, Optional<FileEntryRef> File, in HasInclude() argument 27 First->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude() 28 Second->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude()
|
| D | PreprocessingRecord.cpp | 481 bool IsAngled, in InclusionDirective() argument 512 if (!IsAngled) { in InclusionDirective() 521 new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled, in InclusionDirective()
|
| D | Preprocessor.cpp | 444 bool IsAngled) { in CodeCompleteIncludedFile() argument 447 CodeComplete->CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()
|
| D | Lexer.cpp | 2112 bool IsAngled) { in codeCompleteIncludedFile() argument 2131 if (Next == (IsAngled ? '>' : '"')) in codeCompleteIncludedFile() 2140 PP->CodeCompleteIncludedFile(Dir, IsAngled); in codeCompleteIncludedFile()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| D | HeaderIncludes.cpp | 343 HeaderIncludes::insert(llvm::StringRef IncludeName, bool IsAngled) const { in insert() 351 if ((IsAngled && StringRef(Inc.Name).startswith("<")) || in insert() 352 (!IsAngled && StringRef(Inc.Name).startswith("\""))) in insert() 355 std::string(llvm::formatv(IsAngled ? "<{0}>" : "\"{0}\"", IncludeName)); in insert() 384 bool IsAngled) const { in remove() 391 if ((IsAngled && StringRef(Inc.Name).startswith("\"")) || in remove() 392 (!IsAngled && StringRef(Inc.Name).startswith("<"))) in remove()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
| D | HeaderIncludes.h | 73 bool IsAngled) const; 79 tooling::Replacements remove(llvm::StringRef Header, bool IsAngled) const;
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| D | PPCallbacks.h | 125 bool IsAngled, in InclusionDirective() argument 313 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, 442 StringRef FileName, bool IsAngled, in InclusionDirective() argument 447 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective() 450 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective() 528 void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled,
|
| D | CodeCompletionHandler.h | 67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} in CodeCompleteIncludedFile() argument
|
| D | Lexer.h | 733 const char *CompletionPoint, bool IsAngled);
|
| D | PreprocessingRecord.h | 532 StringRef FileName, bool IsAngled,
|
| D | Preprocessor.h | 1262 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/ |
| D | DependencyGraph.cpp | 49 StringRef FileName, bool IsAngled, 72 bool IsAngled, in InclusionDirective() argument
|
| D | PrintPreprocessedOutput.cpp | 129 StringRef FileName, bool IsAngled, 329 bool IsAngled, in InclusionDirective() argument 344 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective() 361 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective()
|
| D | DependencyFile.cpp | 68 StringRef FileName, bool IsAngled, in InclusionDirective() 80 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled, in HasInclude()
|
| D | ModuleDependencyCollector.cpp | 49 StringRef FileName, bool IsAngled, in InclusionDirective()
|
| D | PrecompiledPreamble.cpp | 101 StringRef FileName, bool IsAngled, in InclusionDirective() argument 126 if (!IsAngled) { in InclusionDirective() 134 IsAngled ? Search.angled_dir_begin() : Search.search_dir_begin(), in InclusionDirective()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | MacroPPCallbacks.h | 103 StringRef FileName, bool IsAngled,
|
| D | MacroPPCallbacks.cpp | 170 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective() argument
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| D | ModuleDepCollector.h | 152 StringRef FileName, bool IsAngled,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| D | ModuleDepCollector.cpp | 136 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective() argument
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| D | InclusionRewriter.cpp | 78 StringRef FileName, bool IsAngled,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | Parser.cpp | 2173 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { in CodeCompleteIncludedFile() argument 2174 Actions.CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/ |
| D | Parser.h | 3500 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) override;
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 12485 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);
|