Home
last modified time | relevance | path

Searched refs:getExceptionSpecRange (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h1382 SourceRange getExceptionSpecRange() const { in getExceptionSpecRange() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1411 SourceRange getExceptionSpecRange() const { in getExceptionSpecRange() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp3231 return FTL.getExceptionSpecRange(); in getExceptionSpecSourceRange()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp5580 TL.setExceptionSpecRange(FTI.getExceptionSpecRange()); in VisitFunctionTypeLoc()
H A DTreeTransform.h5350 NewTL.setExceptionSpecRange(TL.getExceptionSpecRange()); in TransformFunctionProtoType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp700 Record.AddSourceRange(TL.getExceptionSpecRange()); in VisitFunctionTypeLoc()