Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp63 SourceLocation StartOfFile = Env->SM.getLocForStartOfFile(Env->ID); in make() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h172 uint16_t StartOfFile; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp462 uint16_t StartOfFile) in Child()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1356 const auto StartOfFile = SM.getLocForStartOfFile(SM.getFileID(Loc)); in findPreviousToken() local