Searched refs:getParentFunctionOrMethod (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp57 if (const auto *Parent = VD->getParentFunctionOrMethod())
63 VD->getParentFunctionOrMethod() == nullptr))
87 dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod()))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp110 D->getParentFunctionOrMethod())
H A DUSRGeneration.cpp127 return D->getParentFunctionOrMethod() != nullptr;
190 if (D->getParentFunctionOrMethod())
H A DIndexSymbol.cpp64 if (!D->getParentFunctionOrMethod())
H A DIndexDecl.cpp610 if (!D->getParentFunctionOrMethod())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h875 return getParentFunctionOrMethod() == nullptr;
894 const DeclContext *getParentFunctionOrMethod() const;
895 DeclContext *getParentFunctionOrMethod() { function
897 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp286 const DeclContext *Decl::getParentFunctionOrMethod() const { function in class:Decl
H A DASTContext.cpp10426 const DeclContext *LexicalContext = VD->getParentFunctionOrMethod();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1116 else if (const DeclContext *DC = D.getParentFunctionOrMethod())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4343 const clang::DeclContext *Context = Node.getParentFunctionOrMethod();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12973 auto *FD = dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod());
12979 FD = dyn_cast_or_null<FunctionDecl>(FD->getParentFunctionOrMethod());
13070 if (dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod())) {
13129 auto *F = dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod());

Completed in 312 milliseconds