Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h417 SourceLocation NameLocBegin;
427 Attribute(SourceLocation NameLocBegin, StringRef Name) : in Attribute() argument
428 NameLocBegin(NameLocBegin), Name(Name), in Attribute()
433 Attribute(SourceLocation NameLocBegin, StringRef Name, in Attribute() argument
436 NameLocBegin(NameLocBegin), Name(Name), in Attribute()
442 return NameLocBegin.getLocWithOffset(Name.size()); in getNameLocEnd()
446 return SourceRange(NameLocBegin, getNameLocEnd()); in getNameRange()