Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1383 bool IsBracedThen = Tok.is(tok::l_brace); in ParseIfStatement() local
1403 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, IsBracedThen); in ParseIfStatement()
1464 Actions.CodeCompleteAfterIf(getCurScope(), IsBracedThen); in ParseIfStatement()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp5785 void Sema::CodeCompleteAfterIf(Scope *S, bool IsBracedThen) { in CodeCompleteAfterIf() argument
5804 if (IsBracedThen) { in CodeCompleteAfterIf()
/external/llvm-project/clang/include/clang/Sema/
DSema.h12080 void CodeCompleteAfterIf(Scope *S, bool IsBracedThen);