Home
last modified time | relevance | path

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

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