Home
last modified time | relevance | path

Searched refs:IsAngled (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPCallbacks.cpp18 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 DPreprocessingRecord.cpp464 bool IsAngled, in InclusionDirective() argument
495 if (!IsAngled) { in InclusionDirective()
504 new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled, in InclusionDirective()
H A DPreprocessor.cpp444 bool IsAngled) { in CodeCompleteIncludedFile() argument
447 CodeComplete->CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()
H A DLexer.cpp2097 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 DHeaderIncludes.cpp343 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 DPPCallbacks.h125 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 DCodeCompletionHandler.h67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} in CodeCompleteIncludedFile() argument
H A DLexer.h733 const char *CompletionPoint, bool IsAngled);
H A DPreprocessingRecord.h532 StringRef FileName, bool IsAngled,
H A DPreprocessor.h1261 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h73 bool IsAngled) const;
79 tooling::Replacements remove(llvm::StringRef Header, bool IsAngled) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp129 StringRef FileName, bool IsAngled,
329 bool IsAngled, in InclusionDirective() argument
344 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective()
361 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective()
H A DDependencyGraph.cpp49 StringRef FileName, bool IsAngled,
72 bool IsAngled, in InclusionDirective() argument
H A DDependencyFile.cpp68 StringRef FileName, bool IsAngled, in InclusionDirective()
80 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled, in HasInclude()
H A DModuleDependencyCollector.cpp49 StringRef FileName, bool IsAngled, in InclusionDirective()
H A DPrecompiledPreamble.cpp101 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 DMacroPPCallbacks.h103 StringRef FileName, bool IsAngled,
H A DMacroPPCallbacks.cpp170 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h126 StringRef FileName, bool IsAngled,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp129 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective() argument
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp263 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 DInclusionRewriter.cpp78 StringRef FileName, bool IsAngled,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp2170 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 DParser.h3471 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) override;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12381 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);