Searched defs:isImplicit (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h57 bool isImplicit() const { return StartLoc.isInvalid();} function in class:clang::OMPClause
H A DDeclBase.h497 bool isImplicit() const { return Implicit; } function in class:clang::Decl
H A DExprCXX.h768 CXXThisExpr(SourceLocation L, QualType Type, bool isImplicit) argument
785 bool isImplicit() const { return Implicit; } function in class:clang::CXXThisExpr
1420 bool isImplicit() const { return DeclAndBits.getInt() & Capture_Implicit; } function in class:clang::LambdaExpr::Capture
H A DExprObjC.h1150 bool isImplicit() const { return IsImplicit; } function in class:clang::ObjCMessageExpr
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineOperand.h279 bool isImplicit() const { function in class:llvm::MachineOperand
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp1142 bool isImplicit = true; local
H A DSemaExprObjC.cpp2024 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2201 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 DTreeTransform.h2048 RebuildCXXThisExpr(SourceLocation ThisLoc, QualType ThisType, bool isImplicit) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp3322 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
3349 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
3373 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
3423 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
3448 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
3471 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...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h5357 int isImplicit; member in struct:__anon2927
5477 int isImplicit; member in struct:__anon2937

Completed in 161 milliseconds