Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h274 static inline WeakObjectProfileTy getSentinel();
315 return WeakObjectProfileTy::getSentinel(); in getTombstoneKey()
1030 FunctionScopeInfo::WeakObjectProfileTy::getSentinel() { in getSentinel() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DSourceLocation.h56 static FileID getSentinel() { return get(-1); } in getSentinel() function
475 return clang::FileID::getSentinel();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp2716 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
DSemaExpr.cpp448 unsigned numArgsAfterSentinel = attr->getSentinel(); in DiagnoseSentinelCalls()