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

1 2

  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 66 bool VisitDeclRefExpr(DeclRefExpr *E) {
TransProtectedScope.cpp 33 bool VisitDeclRefExpr(DeclRefExpr *E) {
TransAutoreleasePool.cpp 263 bool VisitDeclRefExpr(DeclRefExpr *E) {
Transforms.cpp 224 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; }
235 bool VisitDeclRefExpr(DeclRefExpr *E) {
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTestExprVisitor.cpp 165 bool VisitDeclRefExpr(DeclRefExpr *Reference) {
  /external/clang/tools/libclang/
IndexBody.cpp 41 bool VisitDeclRefExpr(DeclRefExpr *E) {
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 54 bool VisitDeclRefExpr(DeclRefExpr *DR) {
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 497 void VisitDeclRefExpr(DeclRefExpr *DR) {
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) {
Consumed.cpp 498 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
840 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) {
    [all...]
  /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...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 120 void VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
CGException.cpp     [all...]
CGExprComplex.cpp 118 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
CGExprScalar.cpp 270 Value *VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 493 void VisitDeclRefExpr(const DeclRefExpr *Node);
    [all...]
StmtProfile.cpp 618 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) {
    [all...]
StmtPrinter.cpp 1082 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) {
    [all...]
ASTImporter.cpp 215 Expr *VisitDeclRefExpr(DeclRefExpr *E);
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 138 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 360 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]

Completed in 682 milliseconds

1 2