Searched defs:ElseLoc (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | ElseAfterReturnCheck.cpp | 118 const Stmt *Else, SourceLocation ElseLoc) { in removeElseAndBrackets() 245 SourceLocation ElseLoc = If->getElseLoc(); in check() local
|
D | MisleadingIndentationCheck.cpp | 37 SourceLocation ElseLoc = If->getElseLoc(); in danglingElseCheck() local
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1191 SourceLocation ElseLoc; in ParseIfStatement() local
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseStmt.cpp | 1427 SourceLocation ElseLoc; in ParseIfStatement() local
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 369 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPDirectives.cpp | 419 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 509 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() 534 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt()
|
D | TreeTransform.h | 1178 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 583 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() 637 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt()
|
D | TreeTransform.h | 1325 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 440 SourceLocation ElseLoc; member
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 886 SourceLocation ElseLoc; variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 2071 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 3333 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local
|