Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp256 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr()
539 SourceLocation OperatorLoc, in CXXOperatorCallExpr()
560 SourceLocation OperatorLoc, FPOptions FPFeatures, ADLCallKind UsesADL) { in Create()
1303 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr()
1352 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create()
1404 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr()
1444 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create()
1504 SizeOfPackExpr::Create(ASTContext &Context, SourceLocation OperatorLoc, in Create()
H A DExpr.cpp1448 SourceLocation OperatorLoc, in Create()
1468 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr()
1540 const ASTContext &C, Expr *base, bool isarrow, SourceLocation OperatorLoc, in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h2297 SourceLocation OperatorLoc; variable
3557 SourceLocation OperatorLoc; variable
3852 SourceLocation OperatorLoc; variable
3877 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
H A DStmt.h473 SourceLocation OperatorLoc; in alignas() local
772 SourceLocation OperatorLoc; in alignas() local
H A DExpr.h2120 SourceLocation OperatorLoc, RParenLoc; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp1332 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
H A DTreeTransform.h2166 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr()
2889 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr()
2911 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr()
2937 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, in RebuildSizeOfPackExpr()
12809 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2569 SourceLocation OperatorLoc = Record.readSourceLocation(); in ReadStmtFromStream() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1050 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()