HomeSort by: relevance | last modified time | path
    Searched defs:getRBracketLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Designator.h 113 SourceLocation getRBracketLoc() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprOpenMP.h 124 SourceLocation getRBracketLoc() const { return RBracketLoc; }
ExprCXX.h 1031 SourceLocation getRBracketLoc() const { return RBracketLoc; }
Expr.h 2622 SourceLocation getEndLoc() const { return getRBracketLoc(); }
2624 SourceLocation getRBracketLoc() const {
2700 SourceLocation getEndLoc() const { return getRBracketLoc(); }
2706 SourceLocation getRBracketLoc() const {
5111 SourceLocation getRBracketLoc() const {
5136 return Kind == FieldDesignator ? getFieldLoc() : getRBracketLoc();
Type.h 3054 SourceLocation getRBracketLoc() const { return Brackets.getEnd(); }
3111 SourceLocation getRBracketLoc() const { return Brackets.getEnd(); }

Completed in 124 milliseconds