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

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

Completed in 341 milliseconds