Home
last modified time | relevance | path

Searched defs:StartOfFile (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.cpp123 addDiagnosticsForContext(TypoCorrection & Correction,const IncludeFixerContext & Context,StringRef Code,SourceLocation StartOfFile,ASTContext & Ctx) addDiagnosticsForContext() argument
169 SourceLocation StartOfFile = MaybeDiagnoseMissingCompleteType() local
290 SourceLocation StartOfFile = SM.getLocForStartOfFile(FID); CorrectTypo() local
/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp66 SourceLocation StartOfFile = Env->SM.getLocForStartOfFile(Env->ID); in make() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DLexerUtils.cpp27 auto StartOfFile = SM.getLocForStartOfFile(SM.getFileID(Location)); getPreviousTokenAndStart() local
/llvm-project/llvm/include/llvm/Object/
H A DArchive.h169 uint16_t StartOfFile; variable
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSourceCodeTests.cpp296 SourceLocation StartOfFile = SM.getLocForStartOfFile(SM.getMainFileID()); in TEST() local
/llvm-project/llvm/lib/Object/
H A DArchive.cpp463 : Parent(Parent), Data(Data), StartOfFile(StartOfFile) { in Child() argument
[all...]