Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DElseAfterReturnCheck.cpp118 const Stmt *Else, SourceLocation ElseLoc) { in removeElseAndBrackets()
245 SourceLocation ElseLoc = If->getElseLoc(); in check() local
DMisleadingIndentationCheck.cpp37 SourceLocation ElseLoc = If->getElseLoc(); in danglingElseCheck() local
/external/clang/lib/Parse/
DParseStmt.cpp1191 SourceLocation ElseLoc; in ParseIfStatement() local
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1427 SourceLocation ElseLoc; in ParseIfStatement() local
/external/clang/lib/Lex/
DPPDirectives.cpp369 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp419 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock()
/external/clang/lib/Sema/
DSemaStmt.cpp509 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt()
534 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt()
DTreeTransform.h1178 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp583 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt()
637 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt()
DTreeTransform.h1325 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h440 SourceLocation ElseLoc; member
/external/clang/include/clang/AST/
DStmt.h886 SourceLocation ElseLoc; variable
/external/llvm-project/clang/include/clang/AST/
DStmt.h2071 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp3333 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local