Home
last modified time | relevance | path

Searched defs:getExprLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprOpenMP.h127 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc() function
DExprCXX.h152 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc() function
218 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc() function
339 SourceLocation getExprLoc() const LLVM_READONLY { return getOperatorLoc(); } in getExprLoc() function
1034 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc() function
1294 SourceLocation getExprLoc() const { return getUsedLocation(); } in getExprLoc() function
3930 SourceLocation getExprLoc() const LLVM_READONLY { return getMemberLoc(); } in getExprLoc() function
DExpr.h1152 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc() function
2280 SourceLocation getExprLoc() const { return getOperatorLoc(); } in getExprLoc() function
2687 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc() function
2758 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc() function
3350 SourceLocation getExprLoc() const LLVM_READONLY { return MemberLoc; } in getExprLoc() function
3836 SourceLocation getExprLoc() const { return getOperatorLoc(); } in getExprLoc() function
6184 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc() function
DExprObjC.h1530 SourceLocation getExprLoc() const LLVM_READONLY { return IsaMemberLoc; } in getExprLoc() function
1610 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExpr.cpp229 SourceLocation Expr::getExprLoc() const { in getExprLoc() function in Expr