Searched defs:getFunctionExtInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h4606 inline FunctionType::ExtInfo getFunctionExtInfo(const Type &t) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType
4616 inline FunctionType::ExtInfo getFunctionExtInfo(QualType t) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType
4617 return getFunctionExtInfo(*t);

Completed in 92 milliseconds