Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h31 const AdditionalKeywords &Keywords, in UnwrappedLineFormatter()
67 const AdditionalKeywords &Keywords; variable
H A DSortJavaScriptImports.cpp148 const AdditionalKeywords &Keywords = Tokens.getKeywords(); in analyze() local
363 parseModuleReferences(const AdditionalKeywords &Keywords, in parseModuleReferences()
443 bool parseModuleReference(const AdditionalKeywords &Keywords, in parseModuleReference()
481 bool parseModuleBindings(const AdditionalKeywords &Keywords, in parseModuleBindings()
488 bool parseStarBinding(const AdditionalKeywords &Keywords, in parseStarBinding()
509 bool parseNamedBindings(const AdditionalKeywords &Keywords, in parseNamedBindings()
H A DObjCPropertyAttributeOrderFixer.cpp159 analyzeObjCPropertyDecl(const SourceManager & SourceMgr,const AdditionalKeywords & Keywords,tooling::Replacements & Fixes,const FormatToken * Tok) analyzeObjCPropertyDecl() argument
187 const AdditionalKeywords &Keywords = Tokens.getKeywords(); analyze() local
H A DTokenAnnotator.h215 TokenAnnotator(const FormatStyle & Style,const AdditionalKeywords & Keywords) TokenAnnotator() argument
270 const AdditionalKeywords &Keywords; global() variable
H A DFormatTokenLexer.h123 AdditionalKeywords Keywords; variable
H A DQualifierAlignmentFixer.cpp180 const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, in analyzeRight() argument
371 const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, in analyzeLeft() argument
548 const AdditionalKeywords &Keywords = Tokens.getKeywords(); fixQualifierAlignment() local
H A DUnwrappedLineFormatter.cpp47 const AdditionalKeywords &Keywords, unsigned StartLevel, in LevelIndentTracker() argument
167 const AdditionalKeywords &Keywords; member in clang::format::__anon76deacb70111::LevelIndentTracker
213 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner() argument
945 const AdditionalKeywords &Keywords; global() member in clang::format::__anon76deacb70111::LineJoiner
[all...]
H A DUnwrappedLineParser.cpp159 UnwrappedLineParser(SourceManager & SourceMgr,const FormatStyle & Style,const AdditionalKeywords & Keywords,unsigned FirstStartColumn,ArrayRef<FormatToken * > Tokens,UnwrappedLineConsumer & Callback,llvm::SpecificBumpPtrAllocator<FormatToken> & Allocator,IdentifierTable & IdentTable) UnwrappedLineParser() argument
938 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 DUnwrappedLineParser.h323 const AdditionalKeywords &Keywords; global() variable
H A DTokenAnnotator.cpp126 AnnotatingParser(const FormatStyle & Style,AnnotatedLine & Line,const AdditionalKeywords & Keywords,SmallVector<ScopeType> & Scopes) AnnotatingParser() argument
3084 const AdditionalKeywords &Keywords; global() member in clang::format::__anon97a2a5fc0111::AnnotatingParser
3104 ExpressionParser(const FormatStyle & Style,const AdditionalKeywords & Keywords,AnnotatedLine & Line) ExpressionParser() argument
3494 const AdditionalKeywords &Keywords; global() member in clang::format::__anon97a2a5fc0111::ExpressionParser
[all...]
H A DContinuationIndenter.h188 const AdditionalKeywords &Keywords; variable
H A DContinuationIndenter.cpp236 ContinuationIndenter(const FormatStyle & Style,const AdditionalKeywords & Keywords,const SourceManager & SourceMgr,WhitespaceManager & Whitespaces,encoding::Encoding Encoding,bool BinPackInconclusiveFunctions) ContinuationIndenter() argument
[all...]
H A DFormat.cpp2867 guessIsObjC(const SourceManager & SourceManager,const SmallVectorImpl<AnnotatedLine * > & AnnotatedLines,const AdditionalKeywords & Keywords) guessIsObjC() argument
/llvm-project/lldb/unittests/Language/Highlighting/
H A DHighlighterTest.cpp152 TEST_F(HighlighterTest, Keywords) { in TEST_F() argument
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp330 static constexpr StringRef Keywords[] = { in getDeclTypeName() local
/llvm-project/clang/unittests/Format/
H A DTokenAnnotatorTest.cpp2410 AdditionalKeywords Keywords(Lexer.IdentTable); TEST_F() local
/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp470 Keywords, enumerator
/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4813 Keywords, Pragma, C23, HLSLAnnotation; EmitClangAttrParsedAttrKinds() local