| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A 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()
|
| H A D | PreprocessingRecord.cpp | 464 bool IsAngled, in InclusionDirective() argument 495 if (!IsAngled) { in InclusionDirective() 504 new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled, in InclusionDirective()
|
| H A D | Preprocessor.cpp | 444 bool IsAngled) { in CodeCompleteIncludedFile() argument 447 CodeComplete->CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()
|
| H A D | Lexer.cpp | 2097 bool IsAngled) { in codeCompleteIncludedFile() argument 2116 if (Next == (IsAngled ? '>' : '"')) in codeCompleteIncludedFile() 2125 PP->CodeCompleteIncludedFile(Dir, IsAngled); in codeCompleteIncludedFile()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 125 bool IsAngled, in InclusionDirective() argument 309 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, 406 StringRef FileName, bool IsAngled, in InclusionDirective() argument 411 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective() 414 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective() 492 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 | Lexer.h | 733 const char *CompletionPoint, bool IsAngled);
|
| H A D | PreprocessingRecord.h | 532 StringRef FileName, bool IsAngled,
|
| H A D | Preprocessor.h | 1261 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/ |
| H A D | HeaderIncludes.h | 73 bool IsAngled) const; 79 tooling::Replacements remove(llvm::StringRef Header, bool IsAngled) const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A 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()
|
| H A D | DependencyGraph.cpp | 49 StringRef FileName, bool IsAngled, 72 bool IsAngled, in InclusionDirective() argument
|
| H A D | DependencyFile.cpp | 68 StringRef FileName, bool IsAngled, in InclusionDirective() 80 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled, in HasInclude()
|
| H A D | ModuleDependencyCollector.cpp | 49 StringRef FileName, bool IsAngled, in InclusionDirective()
|
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 103 StringRef FileName, bool IsAngled,
|
| H A D | MacroPPCallbacks.cpp | 170 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 126 StringRef FileName, bool IsAngled,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 129 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | Indexing.cpp | 263 StringRef FileName, bool IsAngled, in InclusionDirective() argument 270 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 78 StringRef FileName, bool IsAngled,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | Parser.cpp | 2170 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { in CodeCompleteIncludedFile() argument 2171 Actions.CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 3471 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) override;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 12381 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);
|