Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h418 SourceLocation EqualsLoc; variable
426 : NameLocBegin(NameLocBegin), Name(Name), EqualsLoc(SourceLocation()) {} in Attribute()
429 SourceLocation EqualsLoc, SourceRange ValueRange, StringRef Value) in Attribute() argument
430 : NameLocBegin(NameLocBegin), Name(Name), EqualsLoc(EqualsLoc), in Attribute()