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

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

Completed in 202 milliseconds