HomeSort by: relevance | last modified time | path
    Searched refs:getFunctionProtoType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 201 getFunctionProtoType(const FunctionProtoType &Node) {
205 inline const FunctionProtoType *getFunctionProtoType(const FunctionDecl &Node) {
ASTMatchers.h 5044 if (const FunctionProtoType *FnTy = internal::getFunctionProtoType(Node))
5064 const FunctionProtoType *FnTy = internal::getFunctionProtoType(Node);

Completed in 18 milliseconds