Searched refs:VisitDeclStmt (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp130 void VisitDeclStmt(DeclStmt *DS);
142 void StringRefCheckerVisitor::VisitDeclStmt(DeclStmt *S) { function in class:StringRefCheckerVisitor
H A DMallocSizeofChecker.cpp101 TypeCallPair VisitDeclStmt(const DeclStmt *S) { function in class:__anon817::CastedAllocFinder
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp348 void VisitDeclStmt(DeclStmt *DS);
431 void ClassifyRefs::VisitDeclStmt(DeclStmt *DS) { function in class:ClassifyRefs
538 void VisitDeclStmt(DeclStmt *ds);
788 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { function in class:TransferFunctions
H A DLiveVariables.cpp215 void VisitDeclStmt(DeclStmt *DS);
422 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { function in class:TransferFunctions
H A DThreadSafety.cpp600 void VisitDeclStmt(const DeclStmt *S);
607 void VarMapBuilder::VisitDeclStmt(const DeclStmt *S) {
1606 void VisitDeclStmt(const DeclStmt *S);
2131 void BuildLockset::VisitDeclStmt(const DeclStmt *S) {
H A DConsumed.cpp508 void VisitDeclStmt(const DeclStmt *DelcS);
838 void ConsumedStmtVisitor::VisitDeclStmt(const DeclStmt *DeclS) { function in class:ConsumedStmtVisitor
H A DCFG.cpp569 CFGBlock *VisitDeclStmt(DeclStmt *DS);
2231 return VisitDeclStmt(cast<DeclStmt>(S));
2807 CFGBlock *CFGBuilder::VisitDeclStmt(DeclStmt *DS) { function in class:CFGBuilder
5223 void VisitDeclStmt(DeclStmt *DS) { function in class:__anon299::CFGBlockTerminatorPrint
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp371 bool VisitDeclStmt(DeclStmt *S) { function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h615 void VisitDeclStmt(const DeclStmt *Node) { function in class:clang::ASTNodeTraverser
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h457 /// VisitDeclStmt - Transfer function logic for DeclStmts.
458 void VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
610 /// This method is used by evalStore, VisitDeclStmt, and others.
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp574 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, function in class:ExprEngine
H A DExprEngine.cpp1696 VisitDeclStmt(cast<DeclStmt>(S), Pred, Dst);
2790 /// This method is used by evalStore and (soon) VisitDeclStmt, and others.
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp230 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp199 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) { function in class:StmtPrinter
H A DASTImporter.cpp554 ExpectedStmt VisitDeclStmt(DeclStmt *S);
5933 ExpectedStmt ASTNodeImporter::VisitDeclStmt(DeclStmt *S) { function in class:ASTNodeImporter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp331 void ASTStmtReader::VisitDeclStmt(DeclStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp265 void ASTStmtWriter::VisitDeclStmt(DeclStmt *S) { function in class:ASTStmtWriter
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp448 void VisitDeclStmt(const DeclStmt *S) { function in class:__anon423::final

Completed in 514 milliseconds