Home
last modified time | relevance | path

Searched refs:getComments (Results 1 – 7 of 7) sorted by relevance

/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/parsing/
DRobustJavaMethodParser.java184 ArrayList<JniSection> sections = getComments(classFile); in getJniSections()
198 ArrayList<JniSection> sections = getComments(classFile); in getNativeCodeBodies()
208 private ArrayList<JniSection> getComments (String classFile) { in getComments() method in RobustJavaMethodParser
/external/clang/include/clang/AST/
DRawCommentList.h188 ArrayRef<RawComment *> getComments() const { in getComments() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h119 ArrayRef<std::string> getComments(const Entry &E) const { in getComments() function
DDwarfDebug.cpp1485 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
/external/clang/lib/AST/
DASTContext.cpp68 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache()
128 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache()
/external/clang/lib/Serialization/
DASTWriter.cpp2826 ArrayRef<RawComment *> RawComments = Context->Comments.getComments(); in WriteComments()
/external/clang/lib/Sema/
DSemaDecl.cpp10366 ArrayRef<RawComment *> Comments = Context.getRawCommentList().getComments(); in ActOnDocumentableDecls()