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

/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DDesignator.h60 SourceLocation LBracketLoc; member in struct:clang::Designator::ArrayDesignatorInfo
65 ArrayDesignatorInfo(Expr *Index, SourceLocation LBracketLoc) argument
75 SourceLocation LBracketLoc; member in struct:clang::Designator::ArrayRangeDesignatorInfo
83 ArrayRangeDesignatorInfo(Expr *Start, Expr *End, SourceLocation LBracketLoc, argument
142 CreateArrayDesignator(Expr *Index, SourceLocation LBracketLoc) argument
172 CreateArrayRangeDesignator(Expr *Start, Expr *End, SourceLocation LBracketLoc, SourceLocation EllipsisLoc) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1262 SourceLocation LBracketLoc = readSourceLocation(); local
1272 SourceLocation LBracketLoc = readSourceLocation(); local
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2369 OffsetOfNode(SourceLocation LBracketLoc, unsigned Index, argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2759 ExprResult RebuildOMPArraySectionExpr(Expr *Base, SourceLocation LBracketLoc, argument
2735 RebuildArraySubscriptExpr(Expr *LHS, SourceLocation LBracketLoc, Expr *RHS, SourceLocation RBracketLoc) argument
H A DSemaExpr.cpp20168 SourceLocation LBracketLoc = ASE->getBeginLoc(); // FIXME: Not stored. local

Completed in 233 milliseconds