Home
last modified time | relevance | path

Searched refs:TempDtorContext (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
DCFG.cpp519 struct TempDtorContext { struct in __anon4350aedf0111::CFGBuilder
520 TempDtorContext() in TempDtorContext() function
524 TempDtorContext(TryResult KnownExecuted) in TempDtorContext() argument
554 TempDtorContext &Context);
555 CFGBlock *VisitChildrenForTemporaryDtors(Stmt *E, TempDtorContext &Context);
557 TempDtorContext &Context);
559 CXXBindTemporaryExpr *E, bool BindToTemporary, TempDtorContext &Context);
562 TempDtorContext &Context);
563 void InsertTempDtorDecisionBlock(const TempDtorContext &Context,
1130 TempDtorContext Context; in addInitializer()
[all …]
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp653 struct TempDtorContext { struct in __anon875bb5ad0411::CFGBuilder
654 TempDtorContext() = default;
655 TempDtorContext(TryResult KnownExecuted) in TempDtorContext() argument
684 TempDtorContext &Context);
686 TempDtorContext &Context);
689 TempDtorContext &Context);
691 CXXBindTemporaryExpr *E, bool ExternallyDestructed, TempDtorContext &Context);
694 TempDtorContext &Context);
695 void InsertTempDtorDecisionBlock(const TempDtorContext &Context,
1641 TempDtorContext Context; in addInitializer()
[all …]