Searched defs:OperatorLoc (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprCXX.cpp | 321 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr() 539 SourceLocation OperatorLoc, in CXXOperatorCallExpr() 560 ExprValueKind VK, SourceLocation OperatorLoc, in Create() 1363 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() 1405 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create() 1457 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1497 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create() 1554 SizeOfPackExpr::Create(ASTContext &Context, SourceLocation OperatorLoc, in Create()
|
H A D | Expr.cpp | 1515 SourceLocation OperatorLoc, in Create() 1535 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() 1571 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in MemberExpr() 1590 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2528 SourceLocation OperatorLoc; variable 3829 SourceLocation OperatorLoc; variable 4135 SourceLocation OperatorLoc; variable 4160 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
H A D | Stmt.h | 512 SourceLocation OperatorLoc; variable 856 SourceLocation OperatorLoc; variable
|
H A D | Expr.h | 2379 SourceLocation OperatorLoc, RParenLoc; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 1442 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
H A D | TreeTransform.h | 2473 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() 3269 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() 3291 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() 3317 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, in RebuildSizeOfPackExpr() 14607 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1065 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|