Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h2026 SourceLocation DecltypeLoc; member
2035 SourceLocation getDecltypeLoc() const { return getLocalData()->DecltypeLoc; } in getDecltypeLoc()
2036 void setDecltypeLoc(SourceLocation Loc) { getLocalData()->DecltypeLoc = Loc; } in setDecltypeLoc()