Searched defs:OperatorLoc (Results 1 – 6 of 6) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ExprCXX.cpp | 235 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr() 1196 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() 1233 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() 1253 SourceLocation OperatorLoc, in Create() 1330 SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1366 SourceLocation OperatorLoc, in Create()
|
H A D | Expr.cpp | 1308 SourceLocation OperatorLoc, in Create() 1330 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | ExprCXX.h | 1936 SourceLocation OperatorLoc; variable 2959 SourceLocation OperatorLoc; variable 3215 SourceLocation OperatorLoc; variable 3462 SourceLocation OperatorLoc; variable 3486 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr() 3497 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 1200 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
H A D | TreeTransform.h | 1780 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() 2490 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() 2512 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() 2538 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() 10709 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 977 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|