Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1606 SourceLocation ElseLoc; ParseIfStatement() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp483 SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,SourceLocation IfTokenLoc,bool FoundNonSkipPortion,bool FoundElse,SourceLocation ElseLoc) SkipExcludedConditionalBlock() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp889 ActOnIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) ActOnIfStmt() argument
962 BuildIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) BuildIfStmt() argument
H A DTreeTransform.h1397 RebuildIfStmt(SourceLocation IfLoc,IfStatementKind Kind,SourceLocation LParenLoc,Sema::ConditionResult Cond,SourceLocation RParenLoc,Stmt * Init,Stmt * Then,SourceLocation ElseLoc,Stmt * Else) RebuildIfStmt() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h669 SourceLocation ElseLoc; global() member
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3601 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); ReadASTBlock() local