Home
last modified time | relevance | path

Searched refs:newEPI (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp3121 FunctionProtoType::ExtProtoInfo newEPI = EPI; in getFunctionType() local
3122 new (FTP) FunctionProtoType(ResultTy, ArgArray, Canonical, newEPI); in getFunctionType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4308 FunctionProtoType::ExtProtoInfo newEPI = EPI; in getFunctionTypeInternal() local
4309 new (FTP) FunctionProtoType(ResultTy, ArgArray, Canonical, newEPI); in getFunctionTypeInternal()