Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h67 class CompoundScopeInfo {
81 CompoundScopeInfo(bool IsStmtExpr, FPOptions FPO) in CompoundScopeInfo() function
219 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
H A DSema.h223 class CompoundScopeInfo; variable
1996 sema::CompoundScopeInfo &getCurCompoundScope() const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
H A DSema.cpp2261 CompoundScopeInfo(IsStmtExpr, getCurFPFeatures())); in PushCompoundScope()
H A DSemaStmt.cpp405 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()