Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2033 SourceLocation DecltypeLoc; member
2042 SourceLocation getDecltypeLoc() const { return getLocalData()->DecltypeLoc; } in getDecltypeLoc()
2043 void setDecltypeLoc(SourceLocation Loc) { getLocalData()->DecltypeLoc = Loc; } in setDecltypeLoc()