Searched defs:isImplicit (Results 1 - 14 of 14) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2770 RebuildCXXThisExpr(SourceLocation ThisLoc, QualType ThisType, bool isImplicit) argument
H A DSemaExprObjC.cpp2479 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2702 BuildInstanceMessage(Expr *Receiver, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
[all...]
H A DSemaAccess.cpp1133 bool isImplicit = true; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h558 bool isImplicit() const { return Implicit; } function
H A DOpenMPClause.h81 bool isImplicit() const { return StartLoc.isInvalid(); } function in class:clang::OMPClause
H A DExprObjC.h1230 bool isImplicit() const { return IsImplicit; } function in class:clang::final
H A DExprCXX.h1118 bool isImplicit() const { return CXXThisExprBits.IsImplicit; } function in class:clang::CXXThisExpr
4725 bool isImplicit() const { return CoawaitBits.IsImplicit; } function in class:clang::CoawaitExpr
H A DAttr.h98 bool isImplicit() const { return Implicit; } function in class:clang::Attr
H A DStmtCXX.h489 bool isImplicit() const { return IsImplicit; } function in class:clang::CoreturnStmt
H A DLambdaCapture.h111 bool isImplicit() const { function in class:clang::LambdaCapture
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp934 bool DIExpression::isImplicit() const { function in class:DIExpression
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h378 bool isImplicit() const { function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h6221 int isImplicit; member in struct:__anon191
6342 int isImplicit; member in struct:__anon201
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp122 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
144 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, TypeSourceInfo *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
162 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
206 Create(const ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
226 Create(const ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, TypeSourceInfo *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
245 Create(const ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
[all...]

Completed in 282 milliseconds