HomeSort by relevance Sort by last modified time
    Searched refs:VisitDeclRefExpr (Results 1 - 25 of 31) 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 212 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; }
223 bool VisitDeclRefExpr(DeclRefExpr *E) {
TransAutoreleasePool.cpp 263 bool VisitDeclRefExpr(DeclRefExpr *E) {
  /external/clang/tools/libclang/
IndexBody.cpp 42 bool VisitDeclRefExpr(DeclRefExpr *E) {
CIndex.cpp     [all...]
  /external/clang/lib/AST/
StmtDumper.cpp 139 void VisitDeclRefExpr(DeclRefExpr *Node);
373 void StmtDumper::VisitDeclRefExpr(DeclRefExpr *Node) {
StmtPrinter.cpp 570 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) {
    [all...]
StmtProfile.cpp 255 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) {
ExprConstant.cpp     [all...]
ASTImporter.cpp 166 Expr *VisitDeclRefExpr(DeclRefExpr *E);
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 24 bool VisitDeclRefExpr(DeclRefExpr *Reference) {
  /external/clang/lib/Analysis/
LiveVariables.cpp 214 void VisitDeclRefExpr(DeclRefExpr *DR);
376 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) {
AnalysisDeclContext.cpp 375 void VisitDeclRefExpr(DeclRefExpr *DR) {
UninitializedValues.cpp 431 void VisitDeclRefExpr(DeclRefExpr *dr);
618 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) {
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 56 bool VisitDeclRefExpr(DeclRefExpr *DR) {
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 419 void VisitDeclRefExpr(DeclRefExpr *E) {
423 EvaluatedExprVisitor<ContainsReference>::VisitDeclRefExpr(E);
    [all...]
SemaTemplateVariadic.cpp 72 bool VisitDeclRefExpr(DeclRefExpr *E) {
SemaStmt.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 114 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) {
CGExprAgg.cpp 115 void VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 139 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 278 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]

Completed in 954 milliseconds

1 2