Lines Matching refs:Sema

28 Sema::Sema(llvm::BumpPtrAllocator &Allocator, const SourceManager &SourceMgr,  in Sema()  function in clang::comments::Sema
35 void Sema::setDecl(const Decl *D) { in setDecl()
44 ParagraphComment *Sema::actOnParagraphComment( in actOnParagraphComment()
49 BlockCommandComment *Sema::actOnBlockCommandStart( in actOnBlockCommandStart()
61 void Sema::actOnBlockCommandArgs(BlockCommandComment *Command, in actOnBlockCommandArgs()
66 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command, in actOnBlockCommandFinish()
75 ParamCommandComment *Sema::actOnParamCommandStart( in actOnParamCommandStart()
93 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine()
126 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine()
163 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl()
223 void Sema::actOnParamCommandDirectionArg(ParamCommandComment *Command, in actOnParamCommandDirectionArg()
252 void Sema::actOnParamCommandParamNameArg(ParamCommandComment *Command, in actOnParamCommandParamNameArg()
270 void Sema::actOnParamCommandFinish(ParamCommandComment *Command, in actOnParamCommandFinish()
276 TParamCommandComment *Sema::actOnTParamCommandStart( in actOnTParamCommandStart()
294 void Sema::actOnTParamCommandParamNameArg(TParamCommandComment *Command, in actOnTParamCommandParamNameArg()
355 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command, in actOnTParamCommandFinish()
361 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin, in actOnInlineCommand()
374 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin, in actOnInlineCommand()
394 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand()
401 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand()
411 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText()
417 VerbatimBlockComment *Sema::actOnVerbatimBlockStart(SourceLocation Loc, in actOnVerbatimBlockStart()
426 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()
431 void Sema::actOnVerbatimBlockFinish( in actOnVerbatimBlockFinish()
440 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()
455 HTMLStartTagComment *Sema::actOnHTMLStartTagStart(SourceLocation LocBegin, in actOnHTMLStartTagStart()
460 void Sema::actOnHTMLStartTagFinish( in actOnHTMLStartTagFinish()
473 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag()
533 FullComment *Sema::actOnFullComment( in actOnFullComment()
540 void Sema::checkBlockCommandEmptyParagraph(BlockCommandComment *Command) { in checkBlockCommandEmptyParagraph()
558 void Sema::checkReturnsCommand(const BlockCommandComment *Command) { in checkReturnsCommand()
597 void Sema::checkBlockCommandDuplicate(const BlockCommandComment *Command) { in checkBlockCommandDuplicate()
635 void Sema::checkDeprecatedCommand(const BlockCommandComment *Command) { in checkDeprecatedCommand()
683 void Sema::resolveParamCommandIndexes(const FullComment *FC) { in resolveParamCommandIndexes()
772 bool Sema::isFunctionDecl() { in isFunctionDecl()
780 bool Sema::isAnyFunctionDecl() { in isAnyFunctionDecl()
785 bool Sema::isFunctionOrMethodVariadic() { in isFunctionOrMethodVariadic()
797 bool Sema::isObjCMethodDecl() { in isObjCMethodDecl()
802 bool Sema::isFunctionPointerVarDecl() { in isFunctionPointerVarDecl()
816 bool Sema::isObjCPropertyDecl() { in isObjCPropertyDecl()
824 bool Sema::isTemplateOrSpecialization() { in isTemplateOrSpecialization()
832 bool Sema::isRecordLikeDecl() { in isRecordLikeDecl()
841 bool Sema::isUnionDecl() { in isUnionDecl()
852 bool Sema::isClassOrStructDecl() { in isClassOrStructDecl()
862 bool Sema::isClassTemplateDecl() { in isClassTemplateDecl()
871 bool Sema::isFunctionTemplateDecl() { in isFunctionTemplateDecl()
880 bool Sema::isObjCInterfaceDecl() { in isObjCInterfaceDecl()
889 bool Sema::isObjCProtocolDecl() { in isObjCProtocolDecl()
898 ArrayRef<const ParmVarDecl *> Sema::getParamVars() { in getParamVars()
904 void Sema::inspectThisDecl() { in inspectThisDecl()
908 unsigned Sema::resolveParmVarReference(StringRef Name, in resolveParmVarReference()
974 unsigned Sema::correctTypoInParmVarReference( in correctTypoInParmVarReference()
1012 bool Sema::resolveTParamReference( in resolveTParamReference()
1039 StringRef Sema::correctTypoInTParamReference( in correctTypoInTParamReference()
1053 Sema::getInlineCommandRenderKind(StringRef Name) const { in getInlineCommandRenderKind()