Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp1475 if (!FirstLocation.isValid()) in SetSpecifier()
1476 FirstLocation = Loc; in SetSpecifier()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h2718 SourceLocation getFirstLocation() const { return FirstLocation; } in getFirstLocation()
2727 SourceLocation FirstLocation; variable