Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2457 QualType CXXMethodDecl::getThisType(const FunctionProtoType *FPT, in getThisType() function in CXXMethodDecl
2470 QualType CXXMethodDecl::getThisType() const { in getThisType() function in CXXMethodDecl
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h187 TypeIndex getThisType() const { return ThisType; } in getThisType() function