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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 4246 FunctionParam->setDeclName(PatternParam->getDeclName());
4276 FunctionParam->setDeclName(PatternParam->getDeclName());
SemaOpenMP.cpp 12636 TileCntDecl->setDeclName(&PP.getIdentifierTable().get(TileCntName));
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 290 void setDeclName(DeclarationName N) { Name = N; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 662 ND->setDeclName(Record.readDeclarationName());

Completed in 109 milliseconds