Home
last modified time | relevance | path

Searched defs:getThisType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2545 QualType CXXMethodDecl::getThisType(const FunctionProtoType *FPT, getThisType() function in CXXMethodDecl
2564 QualType CXXMethodDecl::getThisType() const { getThisType() function in CXXMethodDecl
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h188 TypeIndex getThisType() const { return ThisType; } in getThisType() function