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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPCallbacks.cpp18 bool IsAngled, Optional<FileEntryRef> File,
25 bool IsAngled, Optional<FileEntryRef> File,
27 First->HasInclude(Loc, FileName, IsAngled, File, FileType);
28 Second->HasInclude(Loc, FileName, IsAngled, File, FileType);
17 HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, Optional<FileEntryRef> File, SrcMgr::CharacteristicKind FileType) argument
24 HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, Optional<FileEntryRef> File, SrcMgr::CharacteristicKind FileType) argument
H A DPreprocessingRecord.cpp464 bool IsAngled,
495 if (!IsAngled) {
504 new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled,
460 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
H A DPreprocessor.cpp444 bool IsAngled) {
447 CodeComplete->CodeCompleteIncludedFile(Dir, IsAngled);
443 CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) argument
H A DLexer.cpp1943 codeCompleteIncludedFile(AfterQuote, CurPtr - 1, /*IsAngled=*/false);
2074 codeCompleteIncludedFile(AfterLessPos, CurPtr - 1, /*IsAngled=*/true);
2097 bool IsAngled) {
2116 if (Next == (IsAngled ? '>' : '"'))
2125 PP->CodeCompleteIncludedFile(Dir, IsAngled);
2095 codeCompleteIncludedFile(const char *PathStart, const char *CompletionPoint, bool IsAngled) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DCodeCompletionHandler.h67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} argument
H A DPPCallbacks.h94 /// \param IsAngled Whether the file name was enclosed in angle brackets;
125 bool IsAngled,
309 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled,
406 StringRef FileName, bool IsAngled,
411 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
414 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
492 void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled,
122 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) 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-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h53 /// Inserts an #include directive of \p Header into the code. If \p IsAngled
73 bool IsAngled) const;
75 /// Removes all existing #includes of \p Header quoted with <> if \p IsAngled
76 /// is true or "" if \p IsAngled is false.
79 tooling::Replacements remove(llvm::StringRef Header, bool IsAngled) const;
/netbsd-current/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,
168 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp343 HeaderIncludes::insert(llvm::StringRef IncludeName, bool IsAngled) const {
351 if ((IsAngled && StringRef(Inc.Name).startswith("<")) ||
352 (!IsAngled && StringRef(Inc.Name).startswith("\"")))
355 std::string(llvm::formatv(IsAngled ? "<{0}>" : "\"{0}\"", IncludeName));
384 bool IsAngled) const {
391 if ((IsAngled && StringRef(Inc.Name).startswith("\"")) ||
392 (!IsAngled && StringRef(Inc.Name).startswith("<")))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDependencyGraph.cpp49 StringRef FileName, bool IsAngled,
72 bool IsAngled,
68 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
H A DModuleDependencyCollector.cpp49 StringRef FileName, bool IsAngled,
H A DDependencyFile.cpp68 StringRef FileName, bool IsAngled,
80 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled,
H A DPrintPreprocessedOutput.cpp129 StringRef FileName, bool IsAngled,
329 bool IsAngled,
344 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"')
361 << (IsAngled ? '<' : '"') << FileName << (IsAngled ? '>' : '"')
325 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
H A DPrecompiledPreamble.cpp101 StringRef FileName, bool IsAngled,
126 if (!IsAngled) {
134 IsAngled ? Search.angled_dir_begin() : Search.search_dir_begin(),
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h126 StringRef FileName, bool IsAngled,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp129 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File,
127 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp263 StringRef FileName, bool IsAngled,
270 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp78 StringRef FileName, bool IsAngled,
192 bool /*IsAngled*/,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp2170 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { argument
2171 Actions.CodeCompleteIncludedFile(Dir, IsAngled);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3471 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) override;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12381 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);

Completed in 599 milliseconds