Home
last modified time | relevance | path

Searched defs:IsAngled (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPCallbacks.cpp18 bool IsAngled, OptionalFileEntryRef File, in HasInclude()
25 bool IsAngled, OptionalFileEntryRef File, in HasInclude()
H A DPreprocessingRecord.cpp474 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
H A DPreprocessor.cpp454 bool IsAngled) { in CodeCompleteIncludedFile()
H A DLexer.cpp2387 bool IsAngled) { in codeCompleteIncludedFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DCodeCompletionHandler.h67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} in CodeCompleteIncludedFile()
H A DPPCallbacks.h112 bool IsAngled, OptionalFileEntryRef File, in EmbedDirective()
170 bool IsAngled, CharSourceRange FilenameRange, in InclusionDirective()
366 virtual void HasEmbed(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasEmbed()
508 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective()
524 StringRef FileName, bool IsAngled, in InclusionDirective()
616 void HasEmbed(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasEmbed()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp75 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp417 SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective()
486 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
H A DPrecompiledPreamble.cpp99 StringRef FileName, bool IsAngled, in InclusionDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp170 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp360 HeaderIncludes::insert(llvm::StringRef IncludeName, bool IsAngled, in insert()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp467 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2341 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { in CodeCompleteIncludedFile()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5570 bool IsAngled = false; in getHeaderNameForHeader() local