Searched defs:FilenameRange (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 483 struct FilenameRange { struct 487 FilenameRange(unsigned StartingIndex, unsigned Length) in FilenameRange() argument 490 void markInvalid() { Length = 0; } in markInvalid() 491 bool isInvalid() const { return Length == 0; } in isInvalid()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 70 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
H A D | PrintPreprocessedOutput.cpp | 393 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
H A D | PrecompiledPreamble.cpp | 99 CharSourceRange FilenameRange, in InclusionDirective()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.cpp | 170 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
/openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 139 bool IsAngled, CharSourceRange FilenameRange, in InclusionDirective() 474 CharSourceRange FilenameRange, in InclusionDirective()
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | PreprocessingRecord.cpp | 479 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
H A D | PPDirectives.cpp | 1990 SourceLocation FilenameLoc, CharSourceRange FilenameRange, in LookupHeaderIncludeOrImport() 2105 CharSourceRange FilenameRange in HandleHeaderIncludeOrImport() local
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 328 bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, in InclusionDirective()
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | Indexing.cpp | 264 CharSourceRange FilenameRange, in InclusionDirective()
|