| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 267 HeaderIncludes::insert(llvm::StringRef IncludeName, bool IsAngled) const { in insert() 275 if ((IsAngled && StringRef(Inc.Name).startswith("<")) || in insert() 276 (!IsAngled && StringRef(Inc.Name).startswith("\""))) in insert() 279 llvm::formatv(IsAngled ? "<{0}>" : "\"{0}\"", IncludeName); in insert() 307 bool IsAngled) const { in remove() 314 if ((IsAngled && StringRef(Inc.Name).startswith("\"")) || in remove() 315 (!IsAngled && StringRef(Inc.Name).startswith("<"))) in remove()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 127 bool IsAngled, in InclusionDirective() argument 281 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasInclude() argument 378 StringRef FileName, bool IsAngled, in InclusionDirective() argument 383 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective() 386 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective() 452 void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasInclude() argument 455 First->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude() 456 Second->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude()
|
| H A D | CodeCompletionHandler.h | 68 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} in CodeCompleteIncludedFile() argument
|
| H A D | Lexer.h | 715 const char *CompletionPoint, bool IsAngled);
|
| H A D | PreprocessingRecord.h | 533 StringRef FileName, bool IsAngled,
|
| H A D | Preprocessor.h | 1117 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Inclusions/ |
| H A D | HeaderIncludes.h | 76 bool IsAngled) const; 82 tooling::Replacements remove(llvm::StringRef Header, bool IsAngled) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | DependencyFile.cpp | 62 StringRef FileName, bool IsAngled, in InclusionDirective() 196 StringRef FileName, bool IsAngled, 202 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled, 319 bool IsAngled, in InclusionDirective() argument 335 bool IsAngled, const FileEntry *File, in HasInclude() argument
|
| H A D | DependencyGraph.cpp | 50 StringRef FileName, bool IsAngled, 73 bool IsAngled, in InclusionDirective() argument
|
| H A D | PrintPreprocessedOutput.cpp | 130 StringRef FileName, bool IsAngled, 328 bool IsAngled, in InclusionDirective() argument 343 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective() 360 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective()
|
| H A D | ModuleDependencyCollector.cpp | 50 StringRef FileName, bool IsAngled, in InclusionDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | PreprocessingRecord.cpp | 469 bool IsAngled, in InclusionDirective() argument 500 if (!IsAngled) { in InclusionDirective() 509 new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled, in InclusionDirective()
|
| H A D | Preprocessor.cpp | 440 bool IsAngled) { in CodeCompleteIncludedFile() argument 442 CodeComplete->CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()
|
| H A D | Lexer.cpp | 2083 bool IsAngled) { in codeCompleteIncludedFile() argument 2100 if (Next == (IsAngled ? '>' : '"')) in codeCompleteIncludedFile() 2106 PP->CodeCompleteIncludedFile(Dir, IsAngled); in codeCompleteIncludedFile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 104 StringRef FileName, bool IsAngled,
|
| H A D | MacroPPCallbacks.cpp | 171 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 77 StringRef FileName, bool IsAngled,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | Parser.cpp | 1970 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { in CodeCompleteIncludedFile() argument 1971 Actions.CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 2998 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) override;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 10448 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);
|