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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
ExceptionSpecificationType.h 39 inline bool isComputedNoexcept(ExceptionSpecificationType ESpecType) {
46 isComputedNoexcept(ESpecType);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
AbstractBasicReader.h 227 } else if (isComputedNoexcept(esi.Type)) {
AbstractBasicWriter.h 212 } else if (isComputedNoexcept(esi.Type)) {
Type.h 4153 } else if (isComputedNoexcept(Result.Type)) {
4181 if (!isComputedNoexcept(getExceptionSpecType()))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 947 } else if (isComputedNoexcept(Chunk.Fun.getExceptionSpecType()) &&
SemaType.cpp 5329 } else if (isComputedNoexcept(FTI.getExceptionSpecType())) {
SemaDeclCXX.cpp 17748 if (isComputedNoexcept(EST)) {
TreeTransform.h 5916 if (isComputedNoexcept(ESI.Type)) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 731 if (isComputedNoexcept(FT->getExceptionSpecType())) {
TypePrinter.cpp 819 if (isComputedNoexcept(getExceptionSpecType())) {
Type.cpp 3198 else if (isComputedNoexcept(getExceptionSpecType())) {
3360 } else if (isComputedNoexcept(epi.ExceptionSpec.Type)) {
ASTStructuralEquivalence.cpp 646 } else if (isComputedNoexcept(Spec1)) {
ItaniumMangle.cpp 3162 if (isComputedNoexcept(T->getExceptionSpecType())) {
ASTContext.cpp 4269 if (OnlyWantCanonical || !isComputedNoexcept(EPI.ExceptionSpec.Type) ||
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5806 assert(!isComputedNoexcept(ComputedEST) &&

Completed in 102 milliseconds