HomeSort by: relevance | last modified time | path
    Searched refs:ExceptionStorage (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp 2200 SmallVectorImpl<QualType> &ExceptionStorage,
2206 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage,
2215 SmallVector<QualType, 4> ExceptionStorage;
2217 ESI, ExceptionStorage, Args))
SemaTemplateDeduction.cpp 3365 SmallVector<QualType, 4> ExceptionStorage;
3368 Function->getLocation(), EPI.ExceptionSpec, ExceptionStorage,
TreeTransform.h 5805 SmallVector<QualType, 4> ExceptionStorage;
5811 ExceptionStorage, Changed);
12712 SmallVector<QualType, 4> ExceptionStorage;
12718 ExceptionStorage, Changed);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 4622 SmallVector<QualType, 8> ExceptionStorage;
4623 auto ESI = Record.readExceptionSpecInfo(ExceptionStorage);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 9251 SmallVectorImpl<QualType> &ExceptionStorage,

Completed in 61 milliseconds