Searched defs:IterationVarName (Results 1 - 2 of 2) sorted by path

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp3237 IdentifierInfo *IterationVarName = nullptr; local
3242 IterationVarName = &SemaRef.Context.Idents.get(OS.str());
3246 IterationVarName, SizeType,
9345 IdentifierInfo *IterationVarName = nullptr; local
9350 IterationVarName = &S.Context.Idents.get(OS.str());
9353 IterationVarName, SizeType,
H A DSemaExpr.cpp11901 IdentifierInfo *IterationVarName = nullptr; local
11906 IterationVarName = &S.Context.Idents.get(OS.str());
11910 IterationVarName, SizeType,

Completed in 577 milliseconds