Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1522 if (!FirstLocation.isValid()) in SetSpecifier()
1523 FirstLocation = Loc; in SetSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2811 SourceLocation getFirstLocation() const { return FirstLocation; } in getFirstLocation()
2820 SourceLocation FirstLocation; variable