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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 4717 Expr *ImplicitThis = nullptr;
4722 ImplicitThis = Args[0];
4726 ImplicitThis =
4729 if (ImplicitThis) {
4730 // ImplicitThis may or may not be a pointer, depending on whether . or -> is
4732 QualType ThisType = ImplicitThis->getType();
4745 checkCall(FDecl, Proto, ImplicitThis, llvm::makeArrayRef(Args, NumArgs),
SemaOverload.cpp 13693 const Expr *ImplicitThis = nullptr;
13696 ImplicitThis = ArgsArray[0];
13704 if (ImplicitThis) {
13705 QualType ThisType = Context.getPointerType(ImplicitThis->getType());
13713 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray,

Completed in 31 milliseconds