Home
last modified time | relevance | path

Searched defs:Keywords (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h33 UnwrappedLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,const AdditionalKeywords & Keywords,const SourceManager & SourceMgr,FormattingAttemptStatus * Status) UnwrappedLineFormatter() argument
69 const AdditionalKeywords &Keywords; global() variable
H A DSortJavaScriptImports.cpp445 if (!Current || !Current->isOneOf(Keywords.kw_import, tok::kw_export)) in parseModuleReference() argument
483 if (parseStarBinding(Keywords, Referenc argument
150 const AdditionalKeywords &Keywords = Tokens.getKeywords(); analyze() local
365 parseModuleReferences(const AdditionalKeywords & Keywords,SmallVectorImpl<AnnotatedLine * > & AnnotatedLines) parseModuleReferences() argument
490 parseStarBinding(const AdditionalKeywords & Keywords,JsModuleReference & Reference) parseStarBinding() argument
511 parseNamedBindings(const AdditionalKeywords & Keywords,JsModuleReference & Reference) parseNamedBindings() argument
[all...]
H A DObjCPropertyAttributeOrderFixer.cpp159 const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, in analyzeObjCPropertyDecl()
187 const AdditionalKeywords &Keywords = Tokens.getKeywords(); in analyze() local
H A DTokenAnnotator.h214 TokenAnnotator(const FormatStyle & Style,const AdditionalKeywords & Keywords) TokenAnnotator() argument
263 const AdditionalKeywords &Keywords; global() variable
H A DQualifierAlignmentFixer.cpp180 const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, in analyzeRight() argument
369 analyzeLeft(const SourceManager & SourceMgr,const AdditionalKeywords & Keywords,tooling::Replacements & Fixes,const FormatToken * const Tok,const std::string & Qualifier,tok::TokenKind QualifierType) analyzeLeft() argument
546 const AdditionalKeywords &Keywords = Tokens.getKeywords(); fixQualifierAlignment() local
H A DFormatTokenLexer.h128 AdditionalKeywords Keywords; global() variable
H A DUnwrappedLineFormatter.cpp47 const AdditionalKeywords &Keywords, unsigned StartLevel, in LevelIndentTracker() argument
168 const AdditionalKeywords &Keywords; global() member in clang::format::__anon1ae19a960111::LevelIndentTracker
214 LineJoiner(const FormatStyle & Style,const AdditionalKeywords & Keywords,const SmallVectorImpl<AnnotatedLine * > & Lines) LineJoiner() argument
936 const AdditionalKeywords &Keywords; global() member in clang::format::__anon1ae19a960111::LineJoiner
[all...]
H A DUnwrappedLineParser.cpp151 UnwrappedLineParser(SourceManager & SourceMgr,const FormatStyle & Style,const AdditionalKeywords & Keywords,unsigned FirstStartColumn,ArrayRef<FormatToken * > Tokens,UnwrappedLineConsumer & Callback,llvm::SpecificBumpPtrAllocator<FormatToken> & Allocator,IdentifierTable & IdentTable) UnwrappedLineParser() argument
931 isIIFE(const UnwrappedLine & Line,const AdditionalKeywords & Keywords) isIIFE() argument
1241 mustBeJSIdent(const AdditionalKeywords & Keywords,const FormatToken * FormatTok) mustBeJSIdent() argument
1256 mustBeJSIdentOrValue(const AdditionalKeywords & Keywords,const FormatToken * FormatTok) mustBeJSIdentOrValue() argument
1265 isJSDeclOrStmt(const AdditionalKeywords & Keywords,const FormatToken * FormatTok) isJSDeclOrStmt() argument
[all...]
H A DTokenAnnotator.cpp126 const AdditionalKeywords &Keywords, in AnnotatingParser() argument
2712 const AdditionalKeywords &Keywords; global() member in clang::format::__anon65a124db0111::AnnotatingParser
2730 ExpressionParser(const FormatStyle & Style,const AdditionalKeywords & Keywords,AnnotatedLine & Line) ExpressionParser() argument
3119 const AdditionalKeywords &Keywords; global() member in clang::format::__anon65a124db0111::ExpressionParser
[all...]
H A DUnwrappedLineParser.h327 const AdditionalKeywords &Keywords; global() variable
H A DContinuationIndenter.h193 const AdditionalKeywords &Keywords; global() variable
H A DContinuationIndenter.cpp236 const AdditionalKeywords &Keywords, in ContinuationIndenter() argument
[all...]
H A DFormat.cpp2834 guessIsObjC(const SourceManager & SourceManager,const SmallVectorImpl<AnnotatedLine * > & AnnotatedLines,const AdditionalKeywords & Keywords) guessIsObjC() argument
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4667 Keywords, Pragma, C23, HLSLSemantic; EmitClangAttrParsedAttrKinds() local