Home
last modified time | relevance | path

Searched defs:CreateEmpty (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp320 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() function in AttributedStmt
807 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
1207 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPPrivateClause
1243 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFirstprivateClause
1295 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLastprivateClause
1317 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSharedClause
1368 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLinearClause
1392 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPAlignedClause
1438 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyinClause
1484 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyprivateClause
[all …]
HDExprCXX.cpp307 UnresolvedLookupExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in UnresolvedLookupExpr
463 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in DependentScopeDeclRefExpr
599 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr
624 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDynamicCastExpr
682 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXReinterpretCastExpr
697 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr
716 CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXFunctionalCastExpr
1183 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &C, unsigned NumArgs) { in CreateEmpty() function in CXXUnresolvedConstructExpr
1281 CXXDependentScopeMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDependentScopeMemberExpr
1388 UnresolvedMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in UnresolvedMemberExpr
[all …]
HDExpr.cpp413 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DeclRefExpr
857 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in StringLiteral
1299 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OffsetOfExpr
1750 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ImplicitCastExpr
1772 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CStyleCastExpr
3668 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCMessageExpr
3948 DesignatedInitExpr *DesignatedInitExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in DesignatedInitExpr
4227 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ObjCArrayLiteral
4287 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty() function in ObjCDictionaryLiteral
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.h542 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { in CreateEmpty() function