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.cpp450 bool IsAngled) { in CodeCompleteIncludedFile()
H A DLexer.cpp2331 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.h139 bool IsAngled, CharSourceRange FilenameRange, in InclusionDirective()
473 StringRef FileName, bool IsAngled, in InclusionDirective()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp70 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp403 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
H A DPrecompiledPreamble.cpp98 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.cpp350 HeaderIncludes::insert(llvm::StringRef IncludeName, bool IsAngled, in insert()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp398 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2317 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { in CodeCompleteIncludedFile()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5704 bool IsAngled = false; in getHeaderNameForHeader() local