Searched refs:getFunctionDecl (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp23 static FunctionDecl *getFunctionDecl(Decl *D) { function
126 FunctionDecl *FD = getFunctionDecl(FnD);
184 getFunctionDecl(FnD)->setLateTemplateParsed(true);
461 if (LM.D) getFunctionDecl(LM.D)->setLateTemplateParsed(false);
/external/clang/include/clang/AST/
H A DVTableBuilder.h128 const CXXMethodDecl *getFunctionDecl() const { function in class:clang::VTableComponent
/external/clang/lib/AST/
H A DVTableBuilder.cpp1184 MD = Component.getFunctionDecl();
1993 const CXXMethodDecl *MD = Component.getFunctionDecl();
2942 const CXXMethodDecl *MD = Component.getFunctionDecl();
/external/clang/lib/CodeGen/
H A DCGVTables.cpp570 GD = Component.getFunctionDecl();
H A DCGDecl.cpp1288 const FunctionDecl *FD = CA->getFunctionDecl();
/external/clang/lib/Analysis/
H A DThreadSafety.cpp113 const NamedDecl* getFunctionDecl() const { function in class:__anon16074::SExpr::SExprNode
673 if (const NamedDecl *D = N->getFunctionDecl())

Completed in 120 milliseconds