Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h2235 SourceLocation getFinalLoc() const { return VS_finalLoc; } in getFinalLoc()
2249 SourceLocation VS_overrideLoc, VS_finalLoc; variable
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp1248 case VS_Final: VS_finalLoc = Loc; break; in SetSpecifier()