Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1488 if (!FirstLocation.isValid()) in SetSpecifier()
1489 FirstLocation = Loc; in SetSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2729 SourceLocation getFirstLocation() const { return FirstLocation; } in getFirstLocation()
2738 SourceLocation FirstLocation; variable