Home
last modified time | relevance | path

Searched refs:currentDecl (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp3000 Decl *currentDecl = nullptr; in BuildPredefinedExpr() local
3002 currentDecl = BSI->TheDecl; in BuildPredefinedExpr()
3004 currentDecl = LSI->CallOperator; in BuildPredefinedExpr()
3006 currentDecl = CSI->TheCapturedDecl; in BuildPredefinedExpr()
3008 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
3010 if (!currentDecl) { in BuildPredefinedExpr()
3012 currentDecl = Context.getTranslationUnitDecl(); in BuildPredefinedExpr()
3017 if (cast<DeclContext>(currentDecl)->isDependentContext()) in BuildPredefinedExpr()
3022 auto Str = PredefinedExpr::ComputeName(IT, currentDecl); in BuildPredefinedExpr()