Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp267 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 DPPCallbacks.h127 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 DCodeCompletionHandler.h68 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} in CodeCompleteIncludedFile() argument
H A DLexer.h715 const char *CompletionPoint, bool IsAngled);
H A DPreprocessingRecord.h533 StringRef FileName, bool IsAngled,
H A DPreprocessor.h1117 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h76 bool IsAngled) const;
82 tooling::Replacements remove(llvm::StringRef Header, bool IsAngled) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDependencyFile.cpp62 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 DDependencyGraph.cpp50 StringRef FileName, bool IsAngled,
73 bool IsAngled, in InclusionDirective() argument
H A DPrintPreprocessedOutput.cpp130 StringRef FileName, bool IsAngled,
328 bool IsAngled, in InclusionDirective() argument
343 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective()
360 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"') in InclusionDirective()
H A DModuleDependencyCollector.cpp50 StringRef FileName, bool IsAngled, in InclusionDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp469 bool IsAngled, in InclusionDirective() argument
500 if (!IsAngled) { in InclusionDirective()
509 new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled, in InclusionDirective()
H A DPreprocessor.cpp440 bool IsAngled) { in CodeCompleteIncludedFile() argument
442 CodeComplete->CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteIncludedFile()
H A DLexer.cpp2083 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 DMacroPPCallbacks.h104 StringRef FileName, bool IsAngled,
H A DMacroPPCallbacks.cpp171 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp77 StringRef FileName, bool IsAngled,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp1970 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 DParser.h2998 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) override;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10448 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);