Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DDeclSpec.h2639 SourceLocation getFinalLoc() const { return VS_finalLoc; } in getFinalLoc()
2654 SourceLocation VS_overrideLoc, VS_finalLoc, VS_abstractLoc; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DDeclSpec.cpp1477 case VS_Final: VS_finalLoc = Loc; break; in SetSpecifier()