Searched defs:FilenameRange (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 534 struct FilenameRange { struct 538 FilenameRange(unsigned StartingIndex, unsigned Length) in FilenameRange() argument 541 void markInvalid() { Length = 0; } in markInvalid() 542 bool isInvalid() const { return Length == 0; } in isInvalid()
|
/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 | 486 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
H A D | PrecompiledPreamble.cpp | 100 CharSourceRange FilenameRange, 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/Lex/ |
H A D | PreprocessingRecord.cpp | 474 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
H A D | PPDirectives.cpp | 2097 SourceLocation FilenameLoc, CharSourceRange FilenameRange, in LookupHeaderIncludeOrImport() 2230 CharSourceRange FilenameRange in HandleHeaderIncludeOrImport() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 170 bool IsAngled, CharSourceRange FilenameRange, in InclusionDirective() 525 CharSourceRange FilenameRange, in InclusionDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 467 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|