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 231 void RSCheckAST::VisitDeclStmt(clang::DeclStmt *DS) {
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/Index/
IndexBody.cpp 261 bool VisitDeclStmt(DeclStmt *S) {
  /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 505 void VisitDeclStmt(const DeclStmt *DelcS);
852 void ConsumedStmtVisitor::VisitDeclStmt(const DeclStmt *DeclS) {
    [all...]
CFG.cpp 452 CFGBlock *VisitDeclStmt(DeclStmt *DS);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 476 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 498 void VisitDeclStmt(const DeclStmt *Node);
    [all...]
StmtPrinter.cpp 138 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) {
    [all...]
StmtProfile.cpp 82 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) {
    [all...]
ASTImporter.cpp 185 Stmt *VisitDeclStmt(DeclStmt *S);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 224 void ASTStmtWriter::VisitDeclStmt(DeclStmt *S) {
    [all...]
ASTReaderStmt.cpp 284 void ASTStmtReader::VisitDeclStmt(DeclStmt *S) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 371 milliseconds