Home
last modified time | relevance | path

Searched refs:ExceptionSpecLocBeg (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1305 unsigned ExceptionSpecLocBeg; member
1404 return SourceLocation::getFromRawEncoding(ExceptionSpecLocBeg); in getExceptionSpecLocBeg()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp197 I.Fun.ExceptionSpecLocBeg = ESpecRange.getBegin().getRawEncoding(); in getFunction()