Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2027 SourceLocation DefaultKWLoc; variable
2336 return isExplicitlyDefaulted() ? DefaultKWLoc : SourceLocation(); in getDefaultLoc()
2342 DefaultKWLoc = NewLoc; in setDefaultLoc()