Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h288 static inline WeakObjectProfileTy getSentinel();
329 return WeakObjectProfileTy::getSentinel(); in getTombstoneKey()
1063 FunctionScopeInfo::WeakObjectProfileTy::getSentinel() { in getSentinel() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h55 static FileID getSentinel() { return get(-1); } in getSentinel() function
481 return clang::FileID::getSentinel();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2820 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
H A DSemaExpr.cpp468 unsigned NumArgsAfterSentinel = Attr->getSentinel(); in DiagnoseSentinelCalls()