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

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h786 ExtInfo *getExtInfo() { return DeclInfo.get<ExtInfo*>(); } function in class:clang::NamespaceDecl::DeclaratorDecl
787 const ExtInfo *getExtInfo() const { return DeclInfo.get<ExtInfo*>(); } function in class:clang::NamespaceDecl::DeclaratorDecl
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h710 FunctionType::ExtInfo getExtInfo() const { function in class:clang::CodeGen::ABIArgInfo::final

Completed in 201 milliseconds