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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp56 static bool isExternC(const NamedDecl *ND) { function
H A DDecl.cpp2076 bool VarDecl::isExternC() const { function in class:VarDecl
3075 bool FunctionDecl::isExternC() const { function in class:FunctionDecl
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3065 template<typename T> static bool isExternC(T *D) { return D->isExternC(); } function
3066 static bool isExternC(VarTemplateDecl *) { return false; } function
[all...]

Completed in 198 milliseconds