Home
last modified time | relevance | path

Searched refs:setSemiLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1376 setSemiLoc(L); in Stmt()
1383 void setSemiLoc(SourceLocation L) { NullStmtBits.SemiLoc = L; } in setSemiLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp147 S->setSemiLoc(readSourceLocation()); in VisitNullStmt()