Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPCallbacks.cpp17 bool IsAngled, OptionalFileEntryRef File, in HasInclude() argument
24 bool IsAngled, OptionalFileEntryRef File, in HasInclude() argument
26 First->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude()
27 Second->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude()
H A DPreprocessingRecord.cpp471 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
498 if (!IsAngled) { in InclusionDirective()
507 *this, Kind, FileName, !IsAngled, ModuleImported, File, in InclusionDirective()
H A DHeaderSearch.cpp2069 FileEntryRef File, llvm::StringRef MainFile, bool *IsAngled) const { in suggestPathToFileForDiagnostics()
2071 MainFile, IsAngled); in suggestPathToFileForDiagnostics()
2076 bool *IsAngled) const { in suggestPathToFileForDiagnostics()
2136 if (IsAngled) in suggestPathToFileForDiagnostics()
2137 *IsAngled = BestPrefixLength && isSystem(DL.getDirCharacteristic()); in suggestPathToFileForDiagnostics()
2144 if (IsAngled) in suggestPathToFileForDiagnostics()
2145 *IsAngled = BestPrefixLength; in suggestPathToFileForDiagnostics()
2154 if (IsAngled) in suggestPathToFileForDiagnostics()
2155 *IsAngled = false; in suggestPathToFileForDiagnostics()
H A DPreprocessor.cpp452 bool IsAngled) { in CodeCompleteIncludedFile() argument
455 CodeComplete->CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h113 bool IsAngled, OptionalFileEntryRef File, in EmbedDirective() argument
171 bool IsAngled, CharSourceRange FilenameRange, in InclusionDirective() argument
367 virtual void HasEmbed(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasEmbed() argument
372 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled,
509 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective() argument
512 First->EmbedDirective(HashLoc, FileName, IsAngled, File, Params); in EmbedDirective()
513 Second->EmbedDirective(HashLoc, FileName, IsAngled, File, Params); in EmbedDirective()
525 StringRef FileName, bool IsAngled, in InclusionDirective() argument
531 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective()
534 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective()
[all …]
H A DNoTrivialPPDirectiveTracer.h105 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective() argument
155 StringRef FileName, bool IsAngled, in InclusionDirective() argument
H A DCodeCompletionHandler.h67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} in CodeCompleteIncludedFile() argument
H A DHeaderSearch.h907 bool *IsAngled = nullptr) const;
921 bool *IsAngled = nullptr) const;
H A DPreprocessingRecord.h532 StringRef FileName, bool IsAngled,
H A DLexer.h784 const char *CompletionPoint, bool IsAngled);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp355 HeaderIncludes::insert(llvm::StringRef IncludeName, bool IsAngled, in insert() argument
365 ((IsAngled && StringRef(Inc.Name).starts_with("<")) || in insert()
366 (!IsAngled && StringRef(Inc.Name).starts_with("\"")))) in insert()
370 std::string(llvm::formatv(IsAngled ? "<{0}>" : "\"{0}\"", IncludeName)); in insert()
401 bool IsAngled) const { in remove()
408 if ((IsAngled && StringRef(Inc.Name).starts_with("\"")) || in remove()
409 (!IsAngled && StringRef(Inc.Name).starts_with("<"))) in remove()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp49 StringRef FileName, bool IsAngled,
56 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled,
75 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
H A DPrintPreprocessedOutput.cpp159 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled,
163 StringRef FileName, bool IsAngled,
416 SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective() argument
432 *OS << "#embed " << (IsAngled ? '<' : '"') << FileName in EmbedDirective()
433 << (IsAngled ? '>' : '"'); in EmbedDirective()
485 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
495 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective()
513 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective()
H A DDependencyFile.cpp79 StringRef FileName, bool IsAngled, in InclusionDirective()
105 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled, in HasInclude()
H A DHeaderIncludeGen.cpp142 StringRef FileName, bool IsAngled,
417 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
H A DModuleDependencyCollector.cpp54 StringRef FileName, bool IsAngled, in InclusionDirective()
H A DPrecompiledPreamble.cpp99 StringRef FileName, bool IsAngled, in InclusionDirective() argument
125 if (!IsAngled) { in InclusionDirective()
133 IsAngled ? Search.angled_dir_begin() : Search.search_dir_begin(), in InclusionDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h77 bool IsAngled,
84 tooling::Replacements remove(llvm::StringRef Header, bool IsAngled) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h102 StringRef FileName, bool IsAngled,
H A DMacroPPCallbacks.cpp170 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective() argument
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h228 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h230 StringRef FileName, bool IsAngled,
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp75 StringRef FileName, bool IsAngled,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5628 bool IsAngled = false; in getHeaderNameForHeader() local
5630 E, IncludingFile, &IsAngled); in getHeaderNameForHeader()
5631 return (IsAngled ? '<' : '"') + Path + (IsAngled ? '>' : '"'); in getHeaderNameForHeader()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2232 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { in CodeCompleteIncludedFile() argument
2233 Actions.CodeCompletion().CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()

12