HomeSort by relevance Sort by last modified time
    Searched refs:DeclRefExpr (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaTemplateDeduction.cpp 155 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E))
    [all...]
SemaTemplateVariadic.cpp 73 bool VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
SemaDeclAttr.cpp 424 // operators &&, || or !, a simple DeclRefExpr, CastExpr or a ParenExpr. Once
425 // a DeclRefExpr is found, its type should be checked to determine whether it
428 if (const auto *E = dyn_cast<DeclRefExpr>(Ex))
490 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(UOp->getSubExpr()))
    [all...]
SemaExprCXX.cpp 593 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Ex->IgnoreParens()))
    [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp 57 DeclRefExpr *DRE = new (S.Context) DeclRefExpr(Fn, false, Fn->getType(),
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTDumper.cpp 312 void VisitDeclRefExpr(const DeclRefExpr *Node);
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 173 Expr *VisitDeclRefExpr(DeclRefExpr *E);
    [all...]
DeclPrinter.cpp     [all...]
DeclTemplate.cpp 193 Expr *E = new (Context) DeclRefExpr(NTTP, /*enclosing*/ false,
    [all...]
StmtProfile.cpp 397 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) {
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 779 DeclRefExpr declRef(const_cast<VarDecl *>(variable),
    [all...]
CGClass.cpp     [all...]
CGStmt.cpp     [all...]
CGExprComplex.cpp 113 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
CGExprConstant.cpp     [all...]
CodeGenFunction.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 453 dyn_cast_or_null<ImplicitParamDecl>(cast<DeclRefExpr>(S)->getDecl())) {
    [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 854 typedef TypeList<TypeList<CallExpr, CXXConstructExpr, DeclRefExpr, EnumType>,
    [all...]

Completed in 483 milliseconds

1 2 34 5