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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclOpenMP.h 242 InitKind getInitializerKind() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 1692 switch (D->getInitializerKind()) {
1703 if (D->getInitializerKind() == OMPDeclareReductionDecl::DirectInit)
TextNodeDumper.cpp 1786 switch (D->getInitializerKind()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 3343 if (D->getInitializerKind() == OMPDeclareReductionDecl::CallInit) {
3358 (D->getInitializerKind() == OMPDeclareReductionDecl::CallInit &&
3360 (D->getInitializerKind() != OMPDeclareReductionDecl::CallInit &&
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 1866 Record.push_back(D->getInitializerKind());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 1182 D->getInitializerKind() == OMPDeclareReductionDecl::CallInit ? Init

Completed in 88 milliseconds