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

1 2

  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 38 void VisitDeclRefExpr(DeclRefExpr *E) { }
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 66 bool VisitDeclRefExpr(DeclRefExpr *E) {
TransProtectedScope.cpp 33 bool VisitDeclRefExpr(DeclRefExpr *E) {
Transforms.cpp 222 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; }
233 bool VisitDeclRefExpr(DeclRefExpr *E) {
TransAutoreleasePool.cpp 263 bool VisitDeclRefExpr(DeclRefExpr *E) {
  /external/clang/tools/libclang/
IndexBody.cpp 41 bool VisitDeclRefExpr(DeclRefExpr *E) {
  /external/clang/lib/Analysis/
LiveVariables.cpp 224 void VisitDeclRefExpr(DeclRefExpr *DR);
386 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) {
UninitializedValues.cpp 456 void VisitDeclRefExpr(DeclRefExpr *dr);
655 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) {
AnalysisDeclContext.cpp 468 void VisitDeclRefExpr(DeclRefExpr *DR) {
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 26 bool VisitDeclRefExpr(DeclRefExpr *Reference) {
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 54 bool VisitDeclRefExpr(DeclRefExpr *DR) {
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 422 void VisitDeclRefExpr(DeclRefExpr *E) {
426 EvaluatedExprVisitor<ContainsReference>::VisitDeclRefExpr(E);
    [all...]
SemaTemplateVariadic.cpp 73 bool VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
SemaStmt.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 256 void VisitDeclRefExpr(const DeclRefExpr *Node);
    [all...]
StmtPrinter.cpp 647 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) {
    [all...]
StmtProfile.cpp 293 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) {
    [all...]
ExprConstant.cpp     [all...]
ASTImporter.cpp 173 Expr *VisitDeclRefExpr(DeclRefExpr *E);
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 139 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 114 void VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
CGExprComplex.cpp 113 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 139 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 343 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]

Completed in 293 milliseconds

1 2