Home
last modified time | relevance | path

Searched defs:ElseLoc (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp116 const Stmt *Else, SourceLocation ElseLoc) { in removeElseAndBrackets()
242 SourceLocation ElseLoc = If->getElseLoc(); in check() local
H A DMisleadingIndentationCheck.cpp36 SourceLocation ElseLoc = If->getElseLoc(); in danglingElseCheck() local
/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1615 SourceLocation ElseLoc; ParseIfStatement() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp912 ActOnIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) ActOnIfStmt() argument
985 BuildIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) BuildIfStmt() argument
H A DTreeTransform.h1418 RebuildIfStmt(SourceLocation IfLoc,IfStatementKind Kind,SourceLocation LParenLoc,Sema::ConditionResult Cond,SourceLocation RParenLoc,Stmt * Init,Stmt * Then,SourceLocation ElseLoc,Stmt * Else) RebuildIfStmt() argument
/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp484 SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,SourceLocation IfTokenLoc,bool FoundNonSkipPortion,bool FoundElse,SourceLocation ElseLoc) SkipExcludedConditionalBlock() argument
/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h689 SourceLocation ElseLoc; global() member
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3624 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); ReadASTBlock() local