Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h274 static inline WeakObjectProfileTy getSentinel();
315 return WeakObjectProfileTy::getSentinel(); in getTombstoneKey()
1030 FunctionScopeInfo::WeakObjectProfileTy::getSentinel() { in getSentinel() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h57 static FileID getSentinel() { return get(-1); } in getSentinel() function
475 return clang::FileID::getSentinel();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp2716 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
H A DSemaExpr.cpp437 unsigned numArgsAfterSentinel = attr->getSentinel(); in DiagnoseSentinelCalls()