OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Jun 09 00:24:00 UTC 2026