Home
last modified time | relevance | path

Searched defs:isImplicit (Results 1 – 22 of 22) sorted by relevance

/llvm-project/flang/include/flang/Lower/
H A DComponentPath.h42 ComponentPath(bool isImplicit) { setPC(isImplicit); } in ComponentPath()
43 ComponentPath(bool isImplicit, const evaluate::Substring *ss) in ComponentPath()
/llvm-project/clang/lib/AST/
H A DExprObjC.cpp113 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) ObjCMessageExpr() argument
132 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) ObjCMessageExpr() argument
148 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) ObjCMessageExpr() argument
180 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) Create() argument
199 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) Create() argument
218 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) Create() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DLambdaCapture.h111 bool isImplicit() const { in isImplicit() function
H A DAttr.h101 bool isImplicit() const { return Implicit; } isImplicit() function
H A DDeclBase.h599 bool isImplicit() const { return Implicit; } isImplicit() function
H A DStmtCXX.h506 bool isImplicit() const { return IsImplicit; } in isImplicit() function
H A DExprObjC.h1230 bool isImplicit() const { return IsImplicit; } isImplicit() function
H A DExprCXX.h1175 bool isImplicit() const { return CXXThisExprBits.IsImplicit; } in isImplicit() function
5213 bool isImplicit() const { return CoawaitBits.IsImplicit; } isImplicit() function
H A DOpenMPClause.h85 bool isImplicit() const { return StartLoc.isInvalid(); } in isImplicit() function
/llvm-project/flang/lib/Lower/
H A DComponentPath.cpp53 void Fortran::lower::ComponentPath::setPC(bool isImplicit) { in setPC()
H A DCallInterface.cpp1512 if (isImplicit) in determineInterface() argument
691 bool isImplicit = characteristic->CanBeCalledViaImplicitInterface(); declare() local
1577 bool isImplicit = forceImplicit || proc.CanBeCalledViaImplicitInterface(); global() local
1645 bool isImplicit = forceImplicit || proc.CanBeCalledViaImplicitInterface(); getFunctionType() local
/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h197 bool isImplicit() const { return Def->getValueAsBit("isImplicit"); } isImplicit() function
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp39 bool Operand::isImplicit() const { return !Info; } in isImplicit() function in llvm::exegesis::Operand
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h389 bool isImplicit() const { in isImplicit() function
/llvm-project/clang-tools-extra/clangd/
H A DSelection.cpp566 bool isImplicit(const Stmt *S) { in isImplicit() function
/llvm-project/openmp/tools/archer/
H A Dompt-tsan.cpp523 bool isImplicit() { return TaskType & ompt_task_implicit; } in isImplicit() function
/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1155 bool isImplicit = true; diagnoseBadDirectAccess() local
H A DSemaExprObjC.cpp2622 BuildClassMessage(TypeSourceInfo * ReceiverTypeInfo,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildClassMessage() argument
2847 BuildInstanceMessage(Expr * Receiver,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildInstanceMessage() argument
[all...]
H A DTreeTransform.h3348 RebuildCXXThisExpr(SourceLocation ThisLoc,QualType ThisType,bool isImplicit) RebuildCXXThisExpr() argument
/llvm-project/clang/include/clang-c/
H A DIndex.h5997 int isImplicit; global() member
6117 int isImplicit; global() member
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1517 bool DIExpression::isImplicit() const { isImplicit() function in DIExpression
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h761 AST_POLYMORPHIC_MATCHER(isImplicit,AST_POLYMORPHIC_SUPPORTED_TYPES (Decl,Attr,LambdaCapture)) AST_POLYMORPHIC_MATCHER() argument