Home
last modified time | relevance | path

Searched refs:setElseLoc (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/AST/
DStmt.cpp933 setElseLoc(EL); in IfStmt()
/external/clang/include/clang/AST/
DStmt.h931 void setElseLoc(SourceLocation L) { ElseLoc = L; } in setElseLoc() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h2071 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp232 S->setElseLoc(readSourceLocation()); in VisitIfStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp195 S->setElseLoc(ReadSourceLocation(Record, Idx)); in VisitIfStmt()