Home
last modified time | relevance | path

Searched refs:LastLocation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2815 SourceLocation getLastLocation() const { return LastLocation; } in getLastLocation()
2824 SourceLocation LastLocation; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1532 LastLocation = Loc; in SetSpecifier()