/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ParentMapContext.h | 61 void setTraversalKind(TraversalKind TK) { Traversal = TK; } in setTraversalKind() argument 77 TraversalKind TK = TK_AsIs; variable
|
H A D | ASTNodeTraverser.h | 85 SetTraversalKind(TraversalKind TK) SetTraversalKind() argument
|
H A D | FormatString.h | 290 TypeKind TK = TypeKind::DontCare; global() variable
|
H A D | Decl.h | 3740 setTagKind(TagKind TK) setTagKind() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYELFObjectWriter.cpp | 82 auto TK = cast<CSKYMCExpr>(Expr)->getKind(); in getRelocType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | AMDGPU.h | 319 getOpenCLTypeAddrSpace(OpenCLTypeKind TK) getOpenCLTypeAddrSpace() argument
|
/freebsd-src/sys/net80211/ |
H A D | ieee80211_crypto_tkip.c | 594 static void tkip_mixing_phase1(u16 *TTAK, const u8 *TK, const u8 *TA, u32 IV32) in tkip_mixing_phase1() argument 619 tkip_mixing_phase2(u8 * WEPSeed,const u8 * TK,const u16 * TTAK,u16 IV16) tkip_mixing_phase2() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 170 clang::TraversalKind TK, in DynTraversalMatcherImpl() 184 clang::TraversalKind TK; member in clang::ast_matchers::internal::__anon56faf6d60211::DynTraversalMatcherImpl 259 DynTypedMatcher DynTypedMatcher::withTraversalKind(TraversalKind TK) { in withTraversalKind()
|
H A D | ASTMatchFinder.cpp | 1587 std::optional<TraversalKind> TK; in addMatcher() local 1605 std::optional<TraversalKind> TK; in addMatcher() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 908 ClassTemplateSpecializationDecl(ASTContext & Context,Kind DK,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,ClassTemplateSpecializationDecl * PrevDecl) ClassTemplateSpecializationDecl() argument 928 Create(ASTContext & Context,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,ClassTemplateSpecializationDecl * PrevDecl) Create() argument 1094 ClassTemplatePartialSpecializationDecl(ASTContext & Context,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,TemplateParameterList * Params,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,const ASTTemplateArgumentListInfo * ArgInfos,ClassTemplatePartialSpecializationDecl * PrevDecl) ClassTemplatePartialSpecializationDecl() argument 1115 Create(ASTContext & Context,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,TemplateParameterList * Params,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,const TemplateArgumentListInfo & ArgInfos,QualType CanonInjectedType,ClassTemplatePartialSpecializationDecl * PrevDecl) Create() argument
|
H A D | ParentMapContext.cpp | 126 getParents(TraversalKind TK,const DynTypedNode & Node) getParents() argument
|
H A D | Decl.cpp | 3236 TemplatedKind TK = getTemplatedKind(); isImmediateEscalating() local 4643 TagDecl(Kind DK,TagKind TK,const ASTContext & C,DeclContext * DC,SourceLocation L,IdentifierInfo * Id,TagDecl * PrevDecl,SourceLocation StartL) TagDecl() argument 4936 RecordDecl(Kind DK,TagKind TK,const ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,RecordDecl * PrevDecl) RecordDecl() argument 4959 Create(const ASTContext & C,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,RecordDecl * PrevDecl) Create() argument [all...] |
H A D | DeclCXX.cpp | 123 CXXRecordDecl(Kind K,TagKind TK,const ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,CXXRecordDecl * PrevDecl) CXXRecordDecl() argument 131 Create(const ASTContext & C,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,CXXRecordDecl * PrevDecl,bool DelayTypeCreation) Create() argument
|
H A D | MicrosoftMangle.cpp | 2997 mangleArtificialTagType(TagTypeKind TK,StringRef UnqualifiedName,ArrayRef<StringRef> NestedNames) mangleArtificialTagType() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RangeSelector.cpp | 82 tok::TokenKind TK) { in findPreviousTokenKind() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 817 internal::Matcher<T> traverse(TraversalKind TK, in traverse() argument 827 traverse(TraversalKind TK, const internal::BindableMatcher<T> &InnerMatcher) { in traverse() argument 837 traverse(TraversalKind TK, in traverse() argument 847 traverse(TraversalKind TK, const internal::ArgumentAdaptingMatcherFuncAdaptor< in traverse() argument 858 traverse(TraversalKind TK, in traverse() argument 868 traverse(TraversalKind TK,const internal::MapAnyOfHelper<T...> & InnerMatcher) traverse() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 320 revertIdentifierToTokenID(tok::TokenKind TK) revertIdentifierToTokenID() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 2656 bool Document::expectToken(int TK) { in expectToken()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1889 AsmToken::TokenKind TK = getLexer().getKind(); ParseIntelExpression() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 2054 dwarf::TypeKind TK = Signed ? dwarf::DW_ATE_signed : dwarf::DW_ATE_unsigned; getExtOps() local
|