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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaConcept.cpp 218 Sema::SFINAETrap Trap(S);
998 SFINAETrap Trap(*this);
SemaTemplateDeduction.cpp 2940 Sema::SFINAETrap Trap(S);
3026 Sema::SFINAETrap Trap(S);
3080 SFINAETrap Trap(*this);
3132 SFINAETrap Trap(*this);
3233 SFINAETrap Trap(*this);
3564 SFINAETrap Trap(*this);
4334 SFINAETrap Trap(*this);
4482 SFINAETrap Trap(*this);
5660 SFINAETrap Trap(*this);
SemaTemplateInstantiate.cpp 1915 Sema::SFINAETrap Trap(SemaRef);
1936 Sema::SFINAETrap Trap(SemaRef);
2017 Sema::SFINAETrap Trap(SemaRef);
SemaExprCXX.cpp 5237 Sema::SFINAETrap SFINAE(S, /*AccessCheckingSFINAE=*/true);
5446 Sema::SFINAETrap SFINAE(Self, /*AccessCheckingSFINAE=*/true);
5498 Sema::SFINAETrap SFINAE(Self, /*AccessCheckingSFINAE=*/true);
8150 Sema::SFINAETrap Trap(SemaRef);
SemaExprMember.cpp 1001 SFINAETrap Trap(*this, true);
SemaLookup.cpp 3440 SFINAETrap Trap(*this);
SemaStmt.cpp 2668 Sema::SFINAETrap Trap(SemaRef);
SemaOverload.cpp 6581 ArrayRef<Expr *> Args, Sema::SFINAETrap &Trap, bool MissingImplicitThis,
6649 SFINAETrap Trap(*this);
SemaDecl.cpp 8361 Sema::SFINAETrap Trap(SemaRef);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 8740 /// This is used when setting up a SFINAE trap (\c see SFINAETrap) outside
9025 class SFINAETrap {
9033 explicit SFINAETrap(Sema &SemaRef, bool AccessCheckingSFINAE = false)
9046 ~SFINAETrap() {
9067 // FIXME: Using a SFINAETrap for this is a hack.
9068 SFINAETrap Trap;

Completed in 101 milliseconds