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

  /frameworks/compile/slang/
slang_rs_check_ast.h 52 void VisitDeclStmt(clang::DeclStmt *DS);
slang_rs_object_ref_count.h 140 void VisitDeclStmt(clang::DeclStmt *DS);
slang_rs_check_ast.cpp 115 void RSCheckAST::VisitDeclStmt(clang::DeclStmt *DS) {
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/include/clang/Analysis/Visitors/
CFGRecStmtDeclVisitor.h 45 void VisitDeclStmt(DeclStmt *DS) {
  /external/clang/tools/libclang/
IndexBody.cpp 131 bool VisitDeclStmt(DeclStmt *S) {
CIndex.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 130 void VisitDeclStmt(DeclStmt *DS);
141 void StringRefCheckerVisitor::VisitDeclStmt(DeclStmt *S) {
MallocSizeofChecker.cpp 103 TypeCallPair VisitDeclStmt(const DeclStmt *S) {
  /external/clang/lib/Analysis/
UninitializedValues.cpp 327 void VisitDeclStmt(DeclStmt *DS);
376 void ClassifyRefs::VisitDeclStmt(DeclStmt *DS) {
457 void VisitDeclStmt(DeclStmt *ds);
679 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) {
LiveVariables.cpp 225 void VisitDeclStmt(DeclStmt *DS);
392 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) {
ThreadSafety.cpp     [all...]
CFG.cpp 372 CFGBlock *VisitDeclStmt(DeclStmt *DS);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 343 /// VisitDeclStmt - Transfer function logic for DeclStmts.
344 void VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
460 /// This method is used by evalStore, VisitDeclStmt, and others.
  /external/clang/lib/AST/
ASTDumper.cpp 243 void VisitDeclStmt(const DeclStmt *Node);
    [all...]
StmtPrinter.cpp 140 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) {
    [all...]
StmtProfile.cpp 80 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) {
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 431 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
    [all...]
ExprEngine.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 209 void ASTStmtWriter::VisitDeclStmt(DeclStmt *S) {
    [all...]
ASTReaderStmt.cpp 270 void ASTStmtReader::VisitDeclStmt(DeclStmt *S) {
    [all...]

Completed in 463 milliseconds