Searched refs:NoexceptRange (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp2950 SourceRange NoexceptRange; local
2966 NoexceptRange = SourceRange(KeywordLoc, T.getCloseLocation());
2970 NoexceptRange = SourceRange(KeywordLoc, KeywordLoc);
2974 SpecificationRange = NoexceptRange;
2981 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions,

Completed in 45 milliseconds