OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCommandInfo
(Results
1 - 14
of
14
) sorted by null
/external/clang/include/clang/AST/
CommentCommandTraits.h
146
const CommandInfo *
getCommandInfo
(StringRef Name) const {
154
const CommandInfo *
getCommandInfo
(unsigned CommandID) const;
CommentParser.h
85
Traits.
getCommandInfo
(Tok.getCommandID())->IsBlockCommand;
Comment.h
350
return Traits.
getCommandInfo
(getCommandID())->Name;
661
return Traits.
getCommandInfo
(getCommandID())->Name;
/external/skia/debugger/
SkDebugger.h
76
const SkTDArray<SkString*>*
getCommandInfo
(int index) const {
77
return fDebugCanvas->
getCommandInfo
(index);
/external/clang/lib/AST/
CommentSema.cpp
99
const CommandInfo *Info = Traits.
getCommandInfo
(Comment->getCommandID());
132
const CommandInfo *Info = Traits.
getCommandInfo
(Comment->getCommandID());
169
const CommandInfo *Info = Traits.
getCommandInfo
(Comment->getCommandID());
368
StringRef CommandName = Traits.
getCommandInfo
(CommandID)->Name;
387
StringRef CommandName = Traits.
getCommandInfo
(CommandID)->Name;
422
StringRef CommandName = Traits.
getCommandInfo
(CommandID)->Name;
564
if (Traits.
getCommandInfo
(Command->getCommandID())->IsEmptyParagraphAllowed)
582
if (!Traits.
getCommandInfo
(Command->getCommandID())->IsReturnsCommand)
624
const CommandInfo *Info = Traits.
getCommandInfo
(Command->getCommandID());
662
if (!Traits.
getCommandInfo
(Command->getCommandID())->IsDeprecatedCommand
[
all
...]
CommentBriefParser.cpp
82
const CommandInfo *Info = Traits.
getCommandInfo
(Tok.getCommandID());
CommentCommandTraits.cpp
40
const CommandInfo *CommandTraits::
getCommandInfo
(unsigned CommandID) const {
CommentParser.cpp
317
const CommandInfo *Info = Traits.
getCommandInfo
(Tok.getCommandID());
573
const CommandInfo *Info = Traits.
getCommandInfo
(Tok.getCommandID());
688
const CommandInfo *Info = Traits.
getCommandInfo
(Tok.getVerbatimBlockID());
ASTDumper.cpp
[
all
...]
/external/clang/lib/Index/
CommentToXML.cpp
122
const CommandInfo *Info = Traits.
getCommandInfo
(BCC->getCommandID());
173
const CommandInfo *Info = Traits.
getCommandInfo
(VLC->getCommandID());
333
const CommandInfo *Info = Traits.
getCommandInfo
(C->getCommandID());
[
all
...]
/external/skia/tools/debugger/
SkDebugCanvas.h
120
const SkTDArray<SkString *> *
getCommandInfo
(int index) const;
SkDebugCanvas.cpp
403
const SkTDArray<SkString*>* SkDebugCanvas::
getCommandInfo
(int index) const {
/external/clang/unittests/AST/
CommentLexer.cpp
49
return Traits.
getCommandInfo
(Tok.getCommandID())->Name;
53
return Traits.
getCommandInfo
(Tok.getVerbatimBlockID())->Name;
57
return Traits.
getCommandInfo
(Tok.getVerbatimLineID())->Name;
[
all
...]
/external/skia/debugger/QT/
SkDebuggerGUI.cpp
338
const SkTDArray<SkString*> *currInfo = fDebugger.
getCommandInfo
(currentRow);
Completed in 380 milliseconds