Searched defs:thisType (Results 1 – 4 of 4) sorted by relevance
/llvm-project/flang/lib/Semantics/ | ||
H A D | check-call.cpp | 1555 if (auto thisType{expr->GetType()}) { CheckMaxMin() local |
H A D | runtime-type-info.cpp | 1377 thisType{GetDefinedIoSpecificArgType(specific)}) { FindSpecificDefinedIo() local |
H A D | expression.cpp | 4735 ConvertBOZ(std::optional<DynamicType> * thisType,std::size_t i,std::optional<DynamicType> otherType) ConvertBOZ() argument |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGBlocks.cpp | 582 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(); computeBlockInfo() local |