Searched defs:getRBracketLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DExprOpenMP.h112 SourceLocation getRBracketLoc() const { return RBracketLoc; } function in class:clang::OMPArraySectionExpr
H A DExprCXX.h726 SourceLocation getRBracketLoc() const { return RBracketLoc; } function in class:clang::MSPropertySubscriptExpr
H A DExpr.h2166 SourceLocation getRBracketLoc() const { return RBracketLoc; } function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
4176 SourceLocation getRBracketLoc() const { function in class:clang::StringLiteral::DesignatedInitExpr::Designator
4201 return Kind == FieldDesignator ? getFieldLoc() : getRBracketLoc();
H A DType.h2597 SourceLocation getRBracketLoc() const { return Brackets.getEnd(); } function in class:clang::VariableArrayType
2653 SourceLocation getRBracketLoc() const { return Brackets.getEnd(); } function in class:clang::DependentSizedArrayType
/external/clang/include/clang/Sema/
H A DDesignator.h112 SourceLocation getRBracketLoc() const { function in class:clang::Designator

Completed in 108 milliseconds