/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | LexerUtils.h | 47 TokenKind TK, TokenKinds... TKs) { in findPreviousAnyTokenKind() argument 70 const LangOptions &LangOpts, TokenKind TK, in findNextAnyTokenKind() argument
|
H A D | LexerUtils.cpp | 62 findPreviousTokenKind(SourceLocation Start,const SourceManager & SM,const LangOptions & LangOpts,tok::TokenKind TK) findPreviousTokenKind() argument 149 getQualifyingToken(tok::TokenKind TK,CharSourceRange Range,const ASTContext & Context,const SourceManager & SM) getQualifyingToken() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | ParentMapContext.h | 61 void setTraversalKind(TraversalKind TK) { Traversal = TK; } in setTraversalKind() 77 TraversalKind TK = TK_AsIs; variable
|
H A D | ASTNodeTraverser.h | 98 void SetTraversalKind(TraversalKind TK) { Traversal = TK; } in SetTraversalKind() argument
|
H A D | FormatString.h | 303 TypeKind TK = TypeKind::DontCare; variable
|
/llvm-project/clang-tools-extra/clang-query/ |
H A D | QuerySession.h | 41 TraversalKind TK; global() variable
|
/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYELFObjectWriter.cpp | 82 auto TK = cast<CSKYMCExpr>(Expr)->getKind(); in getRelocType() local
|
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/grammar/ |
H A D | Grammar.h |
|
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/ |
H A D | Forest.h |
|
/llvm-project/clang/lib/Basic/Targets/ |
H A D | AMDGPU.h | 315 getOpenCLTypeAddrSpace(OpenCLTypeKind TK) getOpenCLTypeAddrSpace() argument
|
/llvm-project/clang-tools-extra/clangd/index/dex/ |
H A D | Dex.cpp | 96 __anonf06670c60202(Token::Kind TK, llvm::StringMap<std::vector<DocID>> &Docs) build() argument
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 170 DynTraversalMatcherImpl(clang::TraversalKind TK,IntrusiveRefCntPtr<DynMatcherInterface> InnerMatcher) DynTraversalMatcherImpl() argument 184 clang::TraversalKind TK; global() member in clang::ast_matchers::internal::__anona68515370211::DynTraversalMatcherImpl 259 withTraversalKind(TraversalKind TK) withTraversalKind() argument
|
H A D | ASTMatchFinder.cpp | 1587 std::optional<TraversalKind> TK; addMatcher() local 1605 std::optional<TraversalKind> TK; addMatcher() local
|
/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RangeSelector.cpp | 82 tok::TokenKind TK) { in findPreviousTokenKind()
|
/llvm-project/clang/lib/AST/ |
H A D | ParentMapContext.cpp | 145 DynTypedNodeList getParents(TraversalKind TK, const DynTypedNode &Node) { in getParents() argument
|
H A D | DeclTemplate.cpp | 921 ClassTemplateSpecializationDecl(ASTContext & Context,Kind DK,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,ClassTemplateSpecializationDecl * PrevDecl) ClassTemplateSpecializationDecl() argument 941 Create(ASTContext & Context,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,ClassTemplateSpecializationDecl * PrevDecl) Create() argument 1132 ClassTemplatePartialSpecializationDecl(ASTContext & Context,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,TemplateParameterList * Params,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,ClassTemplatePartialSpecializationDecl * PrevDecl) ClassTemplatePartialSpecializationDecl() argument 1146 Create(ASTContext & Context,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,TemplateParameterList * Params,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,QualType CanonInjectedType,ClassTemplatePartialSpecializationDecl * PrevDecl) Create() argument
|
H A D | Decl.cpp | 3269 TemplatedKind TK = getTemplatedKind(); isImmediateEscalating() local 4687 TagDecl(Kind DK,TagKind TK,const ASTContext & C,DeclContext * DC,SourceLocation L,IdentifierInfo * Id,TagDecl * PrevDecl,SourceLocation StartL) TagDecl() argument 4980 RecordDecl(Kind DK,TagKind TK,const ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,RecordDecl * PrevDecl) RecordDecl() argument 5003 Create(const ASTContext & C,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,RecordDecl * PrevDecl) Create() argument [all...] |
H A D | DeclCXX.cpp | 124 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C, in CXXRecordDecl() argument 132 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, in Create() argument
|
/llvm-project/clang/unittests/AST/ |
H A D | ASTTraverserTest.cpp | 118 std::string dumpASTString(TraversalKind TK, NodeType &&... N) { in dumpASTString()
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 817 traverse(TraversalKind TK,const internal::Matcher<T> & InnerMatcher) traverse() argument 827 traverse(TraversalKind TK,const internal::BindableMatcher<T> & InnerMatcher) traverse() argument 837 traverse(TraversalKind TK,const internal::VariadicOperatorMatcher<T...> & InnerMatcher) traverse() argument 847 traverse(TraversalKind TK,const internal::ArgumentAdaptingMatcherFuncAdaptor<ArgumentAdapterT,T,ToTypes> & InnerMatcher) traverse() argument 858 traverse(TraversalKind TK,const internal::PolymorphicMatcher<MatcherT,ReturnTypesF,P...> & InnerMatcher) traverse() argument 868 traverse(TraversalKind TK,const internal::MapAnyOfHelper<T...> & InnerMatcher) traverse() argument [all...] |
/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 329 void revertIdentifierToTokenID(tok::TokenKind TK) { in revertIdentifierToTokenID() argument
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | tools.h | 596 ConvertTo(const Expr<Type<TC,TK>> &,FROM && x) ConvertTo() argument
|
/llvm-project/clang/tools/libclang/ |
H A D | CXType.cpp | 130 CXTypeKind TK = CXType_Invalid; MakeCXType() local
|
/llvm-project/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 2656 expectToken(int TK) expectToken() argument
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExprToHLFIR.cpp | 909 using TK = genDesignatorExpr() typedef
|