Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp113 SourceLocation RBracLoc, bool isImplicit) in ObjCMessageExpr()
132 SourceLocation RBracLoc, bool isImplicit) in ObjCMessageExpr()
148 SourceLocation RBracLoc, bool isImplicit) in ObjCMessageExpr()
180 SourceLocation RBracLoc, bool isImplicit) { in Create()
199 SourceLocation RBracLoc, bool isImplicit) { in Create()
218 SourceLocation RBracLoc, bool isImplicit) { in Create()
/freebsd-src/contrib/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; } in isImplicit() function
H A DStmtCXX.h506 bool isImplicit() const { return IsImplicit; } in isImplicit() function
H A DDeclBase.h598 bool isImplicit() const { return Implicit; } isImplicit() function
H A DExprObjC.h1230 bool isImplicit() const { return IsImplicit; } in isImplicit() function
H A DExprCXX.h1170 bool isImplicit() const { return CXXThisExprBits.IsImplicit; } isImplicit() function
5046 bool isImplicit() const { return CoawaitBits.IsImplicit; } isImplicit() function
H A DOpenMPClause.h85 bool isImplicit() const { return StartLoc.isInvalid(); } in isImplicit() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h181 bool isImplicit() const { return Def->getValueAsBit("isImplicit"); } isImplicit() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h389 bool isImplicit() const { in isImplicit() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1157 bool isImplicit = true; diagnoseBadDirectAccess() local
H A DSemaExprObjC.cpp2618 BuildClassMessage(TypeSourceInfo * ReceiverTypeInfo,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildClassMessage() argument
2849 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.h3302 RebuildCXXThisExpr(SourceLocation ThisLoc,QualType ThisType,bool isImplicit) RebuildCXXThisExpr() argument
/freebsd-src/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h5981 int isImplicit; global() member
6101 int isImplicit; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1503 bool DIExpression::isImplicit() const { isImplicit() function in DIExpression
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h761 AST_POLYMORPHIC_MATCHER(isImplicit, in AST_POLYMORPHIC_MATCHER() argument