Home
last modified time | relevance | path

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

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