Searched refs:getCommandID (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentParser.h89 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand;
H A DComment.h343 unsigned getCommandID() const { function in class:clang::comments::InlineCommandComment
348 return Traits.getCommandInfo(getCommandID())->Name;
654 unsigned getCommandID() const { function in class:clang::comments::BlockCommandComment
659 return Traits.getCommandInfo(getCommandID())->Name;
H A DCommentLexer.h122 unsigned getCommandID() const LLVM_READONLY {
/external/clang/lib/AST/
H A DCommentSema.cpp99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
104 switch (Comment->getCommandID()) {
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
136 switch (Comment->getCommandID()) {
169 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
173 switch (Comment->getCommandID()) {
566 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed)
584 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand)
626 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID());
664 if (!Traits.getCommandInfo(Command->getCommandID())
[all...]
H A DCommentBriefParser.cpp82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
H A DCommentParser.cpp317 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
323 Tok.getCommandID(),
328 Tok.getCommandID(),
333 Tok.getCommandID(),
418 CommandTok.getCommandID(),
425 CommandTok.getCommandID());
573 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
H A DASTDumper.cpp2050 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\"";
2088 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\"";
2132 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""
/external/clang/lib/Index/
H A DCommentToXML.cpp123 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID());
174 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID());
334 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID());
721 switch (C->getCommandID()) {
802 switch (C->getCommandID()) {
/external/clang/unittests/AST/
H A DCommentLexer.cpp49 return Traits.getCommandInfo(Tok.getCommandID())->Name;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2692 milliseconds