Searched defs:IsAngled (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPCallbacks.cpp | 18 bool IsAngled, OptionalFileEntryRef File, in HasInclude() 25 bool IsAngled, OptionalFileEntryRef File, in HasInclude()
|
H A D | PreprocessingRecord.cpp | 474 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
H A D | Preprocessor.cpp | 454 bool IsAngled) { in CodeCompleteIncludedFile()
|
H A D | Lexer.cpp | 2387 bool IsAngled) { in codeCompleteIncludedFile()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | CodeCompletionHandler.h | 67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} in CodeCompleteIncludedFile()
|
H A D | PPCallbacks.h | 112 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 D | DependencyGraph.cpp | 75 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
H A D | PrintPreprocessedOutput.cpp | 417 SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective() 486 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
H A D | PrecompiledPreamble.cpp | 99 StringRef FileName, bool IsAngled, in InclusionDirective()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.cpp | 170 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 360 HeaderIncludes::insert(llvm::StringRef IncludeName, bool IsAngled, in insert()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 467 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 2341 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { in CodeCompleteIncludedFile()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 5570 bool IsAngled = false; in getHeaderNameForHeader() local
|