Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmt.h1368 setSemiLoc(L); in Stmt()
1375 void setSemiLoc(SourceLocation L) { NullStmtBits.SemiLoc = L; } in setSemiLoc() function
/external/clang/include/clang/AST/
DStmt.h530 void setSemiLoc(SourceLocation L) { SemiLoc = L; } in setSemiLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp148 S->setSemiLoc(readSourceLocation()); in VisitNullStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp128 S->setSemiLoc(ReadSourceLocation(Record, Idx)); in VisitNullStmt()