Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPCallbacks.cpp18 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 DPreprocessingRecord.cpp479 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
506 if (!IsAngled) { in InclusionDirective()
515 new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled, in InclusionDirective()
H A DPreprocessor.cpp447 bool IsAngled) { in CodeCompleteIncludedFile() argument
450 CodeComplete->CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()
H A DLexer.cpp2261 bool IsAngled) { in codeCompleteIncludedFile() argument
2280 if (Next == (IsAngled ? '>' : '"')) in codeCompleteIncludedFile()
2289 PP->CodeCompleteIncludedFile(Dir, IsAngled); in codeCompleteIncludedFile()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp347 HeaderIncludes::insert(llvm::StringRef IncludeName, bool IsAngled, in insert() argument
357 ((IsAngled && StringRef(Inc.Name).startswith("<")) || in insert()
358 (!IsAngled && StringRef(Inc.Name).startswith("\"")))) in insert()
362 std::string(llvm::formatv(IsAngled ? "<{0}>" : "\"{0}\"", IncludeName)); in insert()
393 bool IsAngled) const { in remove()
400 if ((IsAngled && StringRef(Inc.Name).startswith("\"")) || in remove()
401 (!IsAngled && StringRef(Inc.Name).startswith("<"))) in remove()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h77 bool IsAngled,
84 tooling::Replacements remove(llvm::StringRef Header, bool IsAngled) const;
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPPCallbacks.h139 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 DCodeCompletionHandler.h67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} in CodeCompleteIncludedFile() argument
H A DPreprocessingRecord.h529 StringRef FileName, bool IsAngled,
H A DLexer.h770 const char *CompletionPoint, bool IsAngled);
H A DPreprocessor.h1570 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DDependencyGraph.cpp49 StringRef FileName, bool IsAngled,
70 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
H A DPrintPreprocessedOutput.cpp147 StringRef FileName, bool IsAngled,
393 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
403 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective()
418 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective()
H A DDependencyFile.cpp66 StringRef FileName, bool IsAngled, in InclusionDirective()
78 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled, in HasInclude()
H A DModuleDependencyCollector.cpp55 StringRef FileName, bool IsAngled, in InclusionDirective()
H A DPrecompiledPreamble.cpp98 StringRef FileName, bool IsAngled, in InclusionDirective() argument
123 if (!IsAngled) { in InclusionDirective()
131 IsAngled ? Search.angled_dir_begin() : Search.search_dir_begin(), in InclusionDirective()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMacroPPCallbacks.h102 StringRef FileName, bool IsAngled,
H A DMacroPPCallbacks.cpp170 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h154 StringRef FileName, bool IsAngled,
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp263 StringRef FileName, bool IsAngled, in InclusionDirective() argument
270 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp75 StringRef FileName, bool IsAngled,
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp328 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp2268 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { in CodeCompleteIncludedFile() argument
2269 Actions.CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3593 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) override;
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13384 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);