Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1321 unsigned ExceptionSpecLocBeg; member
1424 return SourceLocation::getFromRawEncoding(ExceptionSpecLocBeg); in getExceptionSpecLocBeg()
/external/clang/lib/Sema/
DDeclSpec.cpp205 I.Fun.ExceptionSpecLocBeg = ESpecRange.getBegin().getRawEncoding(); in getFunction()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp207 I.Fun.ExceptionSpecLocBeg = ESpecRange.getBegin().getRawEncoding(); in getFunction()