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

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

Completed in 289 milliseconds