Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScopeInfo.h200 static inline WeakObjectProfileTy getSentinel();
240 return WeakObjectProfileTy::getSentinel(); in getTombstoneKey()
819 FunctionScopeInfo::WeakObjectProfileTy::getSentinel() { in getSentinel() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceLocation.h55 static FileID getSentinel() { return get(-1); } in getSentinel() function
405 return clang::FileID::getSentinel();
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp2108 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
HDSemaExpr.cpp446 unsigned numArgsAfterSentinel = attr->getSentinel(); in DiagnoseSentinelCalls()