Searched defs:IsAngled (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DCodeCompletionHandler.h67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} argument
H A DPPCallbacks.h309 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, argument
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
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp68 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 DPrintPreprocessedOutput.cpp325 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
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp43 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
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp168 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
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp460 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.cpp447 CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) argument
H A DLexer.cpp2090 codeCompleteIncludedFile(const char *PathStart, const char *CompletionPoint, bool IsAngled) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2121 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { argument

Completed in 1323 milliseconds