Home
last modified time | relevance | path

Searched defs:OperatorLoc (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp321 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 DExpr.cpp1515 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 DExprCXX.h2528 SourceLocation OperatorLoc; variable
3829 SourceLocation OperatorLoc; variable
4135 SourceLocation OperatorLoc; variable
4160 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
H A DStmt.h512 SourceLocation OperatorLoc; variable
856 SourceLocation OperatorLoc; variable
H A DExpr.h2379 SourceLocation OperatorLoc, RParenLoc; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp1442 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
H A DTreeTransform.h2473 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 DDeclSpec.h1065 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()