HomeSort by: relevance | last modified time | path
    Searched defs:CreateEmpty (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtObjC.cpp 57 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context,
OpenMPClause.cpp 338 OMPOrderedClause *OMPOrderedClause::CreateEmpty(const ASTContext &C,
395 OMPUpdateClause *OMPUpdateClause::CreateEmpty(const ASTContext &C,
426 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C,
459 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C,
511 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C,
529 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) {
595 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C,
622 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C,
664 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) {
705 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C
    [all...]
ExprObjC.cpp 47 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C,
88 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements,
232 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context,
StmtOpenMP.cpp 38 auto *Data = CreateEmpty(Mem, Clauses.size());
45 auto *Data = CreateEmpty(Mem, Clauses.size(), S, NumChildren);
52 OMPChildren *OMPChildren::CreateEmpty(void *Mem, unsigned NumClauses,
248 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C,
283 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C,
328 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C,
350 OMPTileDirective *OMPTileDirective::CreateEmpty(const ASTContext &C,
393 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C,
414 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C,
434 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C
    [all...]
ExprCXX.cpp 266 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray,
400 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty(
492 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &Context,
572 CXXOperatorCallExpr *CXXOperatorCallExpr::CreateEmpty(const ASTContext &Ctx,
637 CXXMemberCallExpr *CXXMemberCallExpr::CreateEmpty(const ASTContext &Ctx,
723 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C,
751 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C,
809 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) {
823 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) {
836 CXXAddrspaceCastExpr *CXXAddrspaceCastExpr::CreateEmpty(const ASTContext &C)
    [all...]
Stmt.cpp 386 CompoundStmt *CompoundStmt::CreateEmpty(const ASTContext &C,
425 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C,
958 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar,
1077 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit,
1139 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) {
1197 ReturnStmt *ReturnStmt::CreateEmpty(const ASTContext &Ctx,
1216 CaseStmt *CaseStmt::CreateEmpty(const ASTContext &Ctx,
Expr.cpp 318 ConstantExpr *ConstantExpr::CreateEmpty(const ASTContext &Context,
476 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context,
535 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx,
1069 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &Ctx,
1381 CallExpr *CallExpr::CreateEmpty(const ASTContext &Ctx, unsigned NumArgs,
1527 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C,
1645 MemberExpr *MemberExpr::CreateEmpty(const ASTContext &Context,
1959 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C,
1986 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C,
4199 GenericSelectionExpr::CreateEmpty(const ASTContext &Context
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h 804 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) {

Completed in 49 milliseconds