HomeSort by relevance Sort by last modified time
    Searched refs:VisitDeclRefExpr (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 41 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { }
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 66 bool VisitDeclRefExpr(DeclRefExpr *E) {
TransProtectedScope.cpp 33 bool VisitDeclRefExpr(DeclRefExpr *E) {
Transforms.cpp 224 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; }
235 bool VisitDeclRefExpr(DeclRefExpr *E) {
TransAutoreleasePool.cpp 263 bool VisitDeclRefExpr(DeclRefExpr *E) {
  /external/clang/tools/libclang/
IndexBody.cpp 41 bool VisitDeclRefExpr(DeclRefExpr *E) {
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTestExprVisitor.cpp 165 bool VisitDeclRefExpr(DeclRefExpr *Reference) {
  /external/clang/lib/Analysis/
LiveVariables.cpp 208 void VisitDeclRefExpr(DeclRefExpr *DR);
366 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) {
UninitializedValues.cpp 513 void VisitDeclRefExpr(DeclRefExpr *dr);
729 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) {
AnalysisDeclContext.cpp 497 void VisitDeclRefExpr(DeclRefExpr *DR) {
Consumed.cpp 498 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
840 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 54 bool VisitDeclRefExpr(DeclRefExpr *DR) {
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 73 bool VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
AnalysisBasedWarnings.cpp 607 void VisitDeclRefExpr(const DeclRefExpr *E) {
611 Inherited::VisitDeclRefExpr(E);
    [all...]
SemaStmt.cpp     [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 493 void VisitDeclRefExpr(const DeclRefExpr *Node);
    [all...]
StmtPrinter.cpp 1082 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) {
    [all...]
StmtProfile.cpp 618 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) {
    [all...]
ExprConstant.cpp     [all...]
ASTImporter.cpp 215 Expr *VisitDeclRefExpr(DeclRefExpr *E);
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 118 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
CGException.cpp     [all...]
CGExprAgg.cpp 120 void VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 138 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) {
    [all...]

Completed in 509 milliseconds

1 2