Home
last modified time | relevance | path

Searched refs:canBuiltinBeRedeclared (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2126 bool canBuiltinBeRedeclared(const FunctionDecl *) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9022 bool ASTContext::canBuiltinBeRedeclared(const FunctionDecl *FD) const { in canBuiltinBeRedeclared() function in ASTContext
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp1077 if (!getASTContext().canBuiltinBeRedeclared(OldF)) { in CheckOverload()
H A DSemaDecl.cpp3587 if (!getASTContext().canBuiltinBeRedeclared(Old)) { in MergeFunctionDecl()