HomeSort by: relevance | last modified time | path
    Searched defs:createEmpty (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXString.cpp 43 CXString createEmpty() {
59 return createEmpty();
72 return createEmpty();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 176 static OMPCanonicalLoop *createEmpty(const ASTContext &Ctx) {
325 OMPChildren::CreateEmpty(reinterpret_cast<T *>(Mem) + 1, NumClauses,
341 OMPChildren::CreateEmpty(reinterpret_cast<T *>(Mem) + 1, NumClauses,
656 static OMPParallelDirective *CreateEmpty(const ASTContext &C,
1515 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
1593 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
1667 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
1737 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
1803 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1861 static OMPSingleDirective *CreateEmpty(const ASTContext &C
    [all...]

Completed in 29 milliseconds