HomeSort by relevance Sort by last modified time
    Searched refs:VisitDeclStmt (Results 1 - 24 of 24) sorted by null

  /frameworks/compile/slang/
slang_rs_check_ast.h 68 void VisitDeclStmt(clang::DeclStmt *DS);
slang_rs_ast_replace.h 71 void VisitDeclStmt(clang::DeclStmt* DS);
slang_rs_ast_replace.cpp 90 void RSASTReplace::VisitDeclStmt(clang::DeclStmt* DS) {
slang_rs_object_ref_count.h 200 void VisitDeclStmt(clang::DeclStmt *DS);
slang_rs_check_ast.cpp 246 void RSCheckAST::VisitDeclStmt(clang::DeclStmt *DS) {
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 132 void VisitDeclStmt(DeclStmt *DS);
144 void StringRefCheckerVisitor::VisitDeclStmt(DeclStmt *S) {
MallocSizeofChecker.cpp 102 TypeCallPair VisitDeclStmt(const DeclStmt *S) {
  /external/clang/tools/libclang/
IndexBody.cpp 135 bool VisitDeclStmt(DeclStmt *S) {
CIndex.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 327 void VisitDeclStmt(DeclStmt *DS);
408 void ClassifyRefs::VisitDeclStmt(DeclStmt *DS) {
514 void VisitDeclStmt(DeclStmt *ds);
753 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) {
LiveVariables.cpp 209 void VisitDeclStmt(DeclStmt *DS);
372 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) {
ThreadSafety.cpp 558 void VisitDeclStmt(DeclStmt *S);
564 void VarMapBuilder::VisitDeclStmt(DeclStmt *S) {
    [all...]
Consumed.cpp 499 void VisitDeclStmt(const DeclStmt *DelcS);
846 void ConsumedStmtVisitor::VisitDeclStmt(const DeclStmt *DeclS) {
    [all...]
CFG.cpp 452 CFGBlock *VisitDeclStmt(DeclStmt *DS);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 369 /// VisitDeclStmt - Transfer function logic for DeclStmts.
370 void VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
494 /// This method is used by evalStore, VisitDeclStmt, and others.
  /external/clang/lib/AST/
ASTDumper.cpp 484 void VisitDeclStmt(const DeclStmt *Node);
    [all...]
StmtPrinter.cpp 137 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) {
    [all...]
StmtProfile.cpp 81 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) {
    [all...]
ASTImporter.cpp 177 Stmt *VisitDeclStmt(DeclStmt *S);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 465 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
    [all...]
ExprEngine.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 280 void ASTStmtReader::VisitDeclStmt(DeclStmt *S) {
    [all...]
ASTWriterStmt.cpp 212 void ASTStmtWriter::VisitDeclStmt(DeclStmt *S) {
    [all...]

Completed in 93 milliseconds