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

1 2

  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 38 void VisitDeclRefExpr(DeclRefExpr *E) { }
  /external/clang/include/clang/Analysis/Visitors/
CFGRecStmtDeclVisitor.h 41 void VisitDeclRefExpr(DeclRefExpr *DR) {
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 65 bool VisitDeclRefExpr(DeclRefExpr *E) {
Transforms.cpp 161 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; }
172 bool VisitDeclRefExpr(DeclRefExpr *E) {
TransAutoreleasePool.cpp 262 bool VisitDeclRefExpr(DeclRefExpr *E) {
  /external/clang/tools/libclang/
IndexBody.cpp 42 bool VisitDeclRefExpr(DeclRefExpr *E) {
CIndex.cpp     [all...]
  /external/clang/lib/AST/
StmtDumper.cpp 138 void VisitDeclRefExpr(DeclRefExpr *Node);
371 void StmtDumper::VisitDeclRefExpr(DeclRefExpr *Node) {
StmtProfile.cpp 250 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) {
ExprConstant.cpp     [all...]
StmtPrinter.cpp 561 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) {
    [all...]
ASTImporter.cpp 165 Expr *VisitDeclRefExpr(DeclRefExpr *E);
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 214 void VisitDeclRefExpr(DeclRefExpr *DR);
368 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) {
UninitializedValues.cpp 370 void VisitDeclRefExpr(DeclRefExpr *dr);
450 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) {
AnalysisDeclContext.cpp 356 void VisitDeclRefExpr(DeclRefExpr *DR) {
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 416 void VisitDeclRefExpr(DeclRefExpr *E) {
420 EvaluatedExprVisitor<ContainsReference>::VisitDeclRefExpr(E);
    [all...]
SemaTemplateVariadic.cpp 69 bool VisitDeclRefExpr(DeclRefExpr *E) {
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 114 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) {
CGExprAgg.cpp 112 void VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
CGExprScalar.cpp 216 Value *VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 139 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 270 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]

Completed in 476 milliseconds

1 2