HomeSort by: relevance | last modified time | path
    Searched refs:canBuiltinBeRedeclared (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1996 bool canBuiltinBeRedeclared(const FunctionDecl *) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 8371 bool ASTContext::canBuiltinBeRedeclared(const FunctionDecl *FD) const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 3261 if (!getASTContext().canBuiltinBeRedeclared(Old)) {
SemaOverload.cpp 1079 if (!getASTContext().canBuiltinBeRedeclared(OldF)) {

Completed in 64 milliseconds