Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1349 struct TypeAndRange { struct
1437 TypeAndRange *Exceptions;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp262 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions]; in getFunction()