Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h1214 unsigned ExceptionSpecLoc; member
1274 return SourceLocation::getFromRawEncoding(ExceptionSpecLoc); in getExceptionSpecLoc()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DDeclSpec.cpp198 I.Fun.ExceptionSpecLoc = ESpecLoc.getRawEncoding(); in getFunction()