Searched defs:VisitBlockExpr (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DLiveVariables.cpp361 void TransferFunctions::VisitBlockExpr(BlockExpr *BE) { function in class:TransferFunctions
H A DAnalysisDeclContext.cpp566 void VisitBlockExpr(BlockExpr *BR) { function in class:__anon363::FindBlockDeclRefExprsVals
H A DUninitializedValues.cpp708 void TransferFunctions::VisitBlockExpr(BlockExpr *be) { function in class:TransferFunctions
H A DCFG.cpp3263 CFGBlock *CFGBuilder::VisitBlockExpr(BlockExpr *E, AddStmtChoice asc) { function in class:CFGBuilder
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp412 void VisitBlockExpr(const BlockExpr *E) { function in class:__anon527::final
H A DCGExprConstant.cpp2003 ConstantLValueEmitter::VisitBlockExpr(const BlockExpr *E) { function in class:ConstantLValueEmitter
H A DCGExprScalar.cpp4677 Value *ScalarExprEmitter::VisitBlockExpr(const BlockExpr *block) { function in class:ScalarExprEmitter
H A DCGStmtOpenMP.cpp4220 void VisitBlockExpr(const BlockExpr *) { return; } function in class:__anon536::final
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp196 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, function in class:ExprEngine
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h676 void VisitBlockExpr(const BlockExpr *Node) { Visit(Node->getBlockDecl()); } function in class:clang::ASTNodeTraverser
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1210 void ASTStmtWriter::VisitBlockExpr(BlockExpr *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp1346 void ASTStmtReader::VisitBlockExpr(BlockExpr *E) { function in class:ASTStmtReader
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp2491 void StmtPrinter::VisitBlockExpr(BlockExpr *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp1445 void StmtProfiler::VisitBlockExpr(const BlockExpr *S) { function in class:StmtProfiler
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2589 void EnqueueVisitor::VisitBlockExpr(const BlockExpr *B) { function in class:EnqueueVisitor
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp14851 void VisitBlockExpr(BlockExpr *block) { function in struct:__anon781::FindCaptureVisitor

Completed in 520 milliseconds