OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getThisType
(Results
1 - 16
of
16
) sorted by null
/external/clang/lib/CodeGen/
CGCXXABI.cpp
126
MD->
getThisType
(CGM.getContext()));
CGBlocks.cpp
309
thisType = cast<CXXMethodDecl>(DC)->
getThisType
(C);
[
all
...]
CGClass.cpp
[
all
...]
CGExprCXX.cpp
40
Args.add(RValue::get(This), MD->
getThisType
(getContext()));
[
all
...]
CGDebugInfo.cpp
689
QualType ThisPtr = Method->
getThisType
(CGM.getContext());
[
all
...]
CGVTables.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
CXXExprEngine.cpp
103
getCXXThisRegion(decl->
getThisType
(getContext()), frameCtx);
BasicStore.cpp
435
QualType ThisT = MD->
getThisType
(StateMgr.getContext());
/external/clang/include/clang/AST/
DeclCXX.h
[
all
...]
/external/clang/lib/AST/
DeclCXX.cpp
[
all
...]
/external/clang/lib/Sema/
SemaOverload.cpp
[
all
...]
SemaExprCXX.cpp
652
ThisTy = method->
getThisType
(Context);
[
all
...]
SemaTemplateDeduction.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
SemaTemplate.cpp
388
QualType ThisType = cast<CXXMethodDecl>(DC)->
getThisType
(Context);
[
all
...]
TreeTransform.h
[
all
...]
Completed in 1046 milliseconds