Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1308 unsigned ExceptionSpecLocEnd; member
1408 return SourceLocation::getFromRawEncoding(ExceptionSpecLocEnd); in getExceptionSpecLocEnd()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp198 I.Fun.ExceptionSpecLocEnd = ESpecRange.getEnd().getRawEncoding(); in getFunction()