HomeSort by: relevance | last modified time | path
    Searched refs:VisitDeclStmt (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 130 void VisitDeclStmt(DeclStmt *DS);
142 void StringRefCheckerVisitor::VisitDeclStmt(DeclStmt *S) {
MallocSizeofChecker.cpp 101 TypeCallPair VisitDeclStmt(const DeclStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
UninitializedValues.cpp 288 void VisitDeclStmt(DeclStmt *DS);
371 void ClassifyRefs::VisitDeclStmt(DeclStmt *DS) {
490 void VisitDeclStmt(DeclStmt *ds);
772 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) {
LiveVariables.cpp 167 void VisitDeclStmt(DeclStmt *DS);
382 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) {
ThreadSafety.cpp 605 void VisitDeclStmt(const DeclStmt *S);
612 void VarMapBuilder::VisitDeclStmt(const DeclStmt *S) {
1621 void VisitDeclStmt(const DeclStmt *S);
2144 void BuildLockset::VisitDeclStmt(const DeclStmt *S) {
Consumed.cpp 508 void VisitDeclStmt(const DeclStmt *DelcS);
838 void ConsumedStmtVisitor::VisitDeclStmt(const DeclStmt *DeclS) {
CalledOnceCheck.cpp 1603 void VisitDeclStmt(const DeclStmt *DS) {
CFG.cpp 567 CFGBlock *VisitDeclStmt(DeclStmt *DS);
2229 return VisitDeclStmt(cast<DeclStmt>(S));
2805 CFGBlock *CFGBuilder::VisitDeclStmt(DeclStmt *DS) {
5248 void VisitDeclStmt(DeclStmt *DS) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 647 void VisitDeclStmt(const DeclStmt *Node) {
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp 371 bool VisitDeclStmt(DeclStmt *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 488 /// VisitDeclStmt - Transfer function logic for DeclStmts.
489 void VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
660 /// This method is used by evalStore, VisitDeclStmt, and others.
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 579 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
ExprEngine.cpp 1717 VisitDeclStmt(cast<DeclStmt>(S), Pred, Dst);
2876 /// This method is used by evalStore and (soon) VisitDeclStmt, and others.
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 195 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) {
StmtProfile.cpp 231 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) {
Expr.cpp 3306 void VisitDeclStmt(const DeclStmt *DS) {
3309 Inherited::VisitDeclStmt(DS);
ASTImporter.cpp 542 ExpectedStmt VisitDeclStmt(DeclStmt *S);
6099 ExpectedStmt ASTNodeImporter::VisitDeclStmt(DeclStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 341 void ASTStmtReader::VisitDeclStmt(DeclStmt *S) {
ASTWriterStmt.cpp 272 void ASTStmtWriter::VisitDeclStmt(DeclStmt *S) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2016 void VisitDeclStmt(const DeclStmt *S);
2697 void EnqueueVisitor::VisitDeclStmt(const DeclStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 358 void VisitDeclStmt(const DeclStmt *S) {
CGStmtOpenMP.cpp 4207 void VisitDeclStmt(const DeclStmt *S) {

Completed in 87 milliseconds