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

  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 90 void RSASTReplace::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/tools/libclang/
IndexBody.cpp 135 bool VisitDeclStmt(DeclStmt *S) {
CIndex.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/lib/Analysis/
LiveVariables.cpp 209 void VisitDeclStmt(DeclStmt *DS);
372 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) {
UninitializedValues.cpp 327 void VisitDeclStmt(DeclStmt *DS);
408 void ClassifyRefs::VisitDeclStmt(DeclStmt *DS) {
514 void VisitDeclStmt(DeclStmt *ds);
753 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) {
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/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 465 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 484 void VisitDeclStmt(const DeclStmt *Node);
    [all...]
StmtProfile.cpp 81 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) {
    [all...]
StmtPrinter.cpp 137 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) {
    [all...]
ASTImporter.cpp 177 Stmt *VisitDeclStmt(DeclStmt *S);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 212 void ASTStmtWriter::VisitDeclStmt(DeclStmt *S) {
    [all...]
ASTReaderStmt.cpp 280 void ASTStmtReader::VisitDeclStmt(DeclStmt *S) {
    [all...]

Completed in 288 milliseconds