Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1460 if (!FirstLocation.isValid()) in SetSpecifier()
1461 FirstLocation = Loc; in SetSpecifier()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2646 SourceLocation getFirstLocation() const { return FirstLocation; } in getFirstLocation()
2655 SourceLocation FirstLocation; variable