Home
last modified time | relevance | path

Searched defs:setIfLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h929 void setIfLoc(SourceLocation L) { IfLoc = L; } in setIfLoc() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h2064 void setIfLoc(SourceLocation IfLoc) { IfStmtBits.IfLoc = IfLoc; } in setIfLoc() function