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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexUSRs.cpp 44 return cxstring::createEmpty();
48 return cxstring::createEmpty();
52 return cxstring::createEmpty();
57 return cxstring::createEmpty();
69 return cxstring::createEmpty();
73 return cxstring::createEmpty();
80 return cxstring::createEmpty();
89 return cxstring::createEmpty();
CIndexDiagnostic.cpp 62 *Disable = cxstring::createEmpty();
63 return cxstring::createEmpty();
67 CXString getCategoryText() const override { return cxstring::createEmpty(); }
78 return cxstring::createEmpty();
243 return cxstring::createEmpty();
381 return cxstring::createEmpty();
386 *Disable = cxstring::createEmpty();
391 return cxstring::createEmpty();
408 return cxstring::createEmpty();
436 return cxstring::createEmpty();
    [all...]
CXString.cpp 43 CXString createEmpty() {
59 return createEmpty();
72 return createEmpty();
CXString.h 30 CXString createEmpty();
CXStoredDiagnostic.cpp 67 return cxstring::createEmpty();
CXLoadedDiagnostic.cpp 111 return cxstring::createEmpty();
242 *errorString = cxstring::createEmpty();
CXSourceLocation.cpp 191 *filename = cxstring::createEmpty();
CIndexCodeCompletion.cpp 142 return cxstring::createEmpty();
954 return cxstring::createEmpty();
964 return cxstring::createEmpty();
CXType.cpp 294 return cxstring::createEmpty();
440 return cxstring::createEmpty();
1102 return cxstring::createEmpty();
CIndex.cpp 4303 return cxstring::createEmpty();
4333 return cxstring::createEmpty();
4588 return cxstring::createEmpty();
4601 return cxstring::createEmpty();
4614 return cxstring::createEmpty();
4686 return cxstring::createEmpty();
4693 return cxstring::createEmpty();
4729 return cxstring::createEmpty();
4737 return cxstring::createEmpty();
4781 return cxstring::createEmpty();
    [all...]
  /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...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 200 // AttributedStmt in AttributedStmt::CreateEmpty, since it is needed
2708 S = CompoundStmt::CreateEmpty(
2713 S = CaseStmt::CreateEmpty(
2727 S = AttributedStmt::CreateEmpty(
2733 S = IfStmt::CreateEmpty(
2741 S = SwitchStmt::CreateEmpty(
2748 S = WhileStmt::CreateEmpty(
2778 S = ReturnStmt::CreateEmpty(
2800 S = ConstantExpr::CreateEmpty(
2806 S = PredefinedExpr::CreateEmpty(
    [all...]

Completed in 172 milliseconds