Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h3387 SourceLocation UsingLocation; variable
3407 UsingLocation(UL), QualifierLoc(QualifierLoc), in UsingDecl()
3418 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
3421 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()
3437 bool isAccessDeclaration() const { return UsingLocation.isInvalid(); } in isAccessDeclaration()
3607 SourceLocation UsingLocation; variable
3626 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc), in UnresolvedUsingValueDecl()
3636 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
3639 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()
3642 bool isAccessDeclaration() const { return UsingLocation.isInvalid(); } in isAccessDeclaration()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp3079 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()
3127 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()