Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h67 class CompoundScopeInfo {
81 CompoundScopeInfo(bool IsStmtExpr, FPOptions FPO) in CompoundScopeInfo() function
228 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
H A DSema.h238 class CompoundScopeInfo; variable
10686 sema::CompoundScopeInfo &getCurCompoundScope() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp345 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
H A DSema.cpp2311 CompoundScopeInfo(IsStmtExpr, getCurFPFeatures())); in PushCompoundScope()
H A DSemaStmt.cpp411 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()