Searched defs:KWLoc (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2710 ExprResult RebuildBuiltinBitCastExpr(SourceLocation KWLoc, argument
13427 RebuildAtomicType(QualType ValueType, SourceLocation KWLoc) argument
13433 RebuildPipeType(QualType ValueType, SourceLocation KWLoc, bool isReadPipe) argument
H A DSemaTemplate.cpp1569 CheckClassTemplate( Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, const ParsedAttributesView &Attr, TemplateParameterList *TemplateParams, AccessSpecifier AS, SourceLocation ModulePrivateLoc, SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, TemplateParameterList **OuterTemplateParamLists, SkipBodyInfo *SkipBody) argument
7999 ActOnClassTemplateSpecialization( Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, SourceLocation ModulePrivateLoc, CXXScopeSpec &SS, TemplateIdAnnotation &TemplateId, const ParsedAttributesView &Attr, MultiTemplateParamsArg TemplateParameterLists, SkipBodyInfo *SkipBody) argument
9276 ActOnExplicitInstantiation( Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, unsigned TagSpec, SourceLocation KWLoc, const CXXScopeSpec &SS, TemplateTy TemplateD, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, const ParsedAttributesView &Attr) argument
9576 ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, unsigned TagSpec, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, const ParsedAttributesView &Attr) argument
[all...]
H A DSemaDecl.cpp14848 ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, const ParsedAttributesView &Attrs, AccessSpecifier AS, SourceLocation ModulePrivateLoc, MultiTemplateParamsArg TemplateParameterLists, bool &OwnedDecl, bool &IsDependent, SourceLocation ScopedEnumKWLoc, bool ScopedEnumUsesClassTag, TypeResult UnderlyingType, bool IsTypeSpecifier, bool IsTemplateParamOrArg, SkipBodyInfo *SkipBody) argument
[all...]
H A DSemaCoroutine.cpp600 bool Sema::ActOnCoroutineBodyStart(Scope *SC, SourceLocation KWLoc, argument
H A DSemaCast.cpp335 ExprResult Sema::ActOnBuiltinBitCastExpr(SourceLocation KWLoc, Declarator &D, argument
347 ExprResult Sema::BuildBuiltinBitCastExpr(SourceLocation KWLoc, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1279 SourceLocation KWLoc; local
H A DParseDecl.cpp2859 SourceLocation KWLoc = ConsumeToken(); local
H A DParseCXXInlineMethods.cpp64 SourceLocation KWLoc; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2541 auto KWLoc = consumeToken(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1482 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) argument
H A DExprCXX.h4819 SourceLocation KWLoc; member in class:clang::final
4823 BuiltinBitCastExpr(QualType T, ExprValueKind VK, CastKind CK, Expr *SrcExpr, TypeSourceInfo *DstType, SourceLocation KWLoc, SourceLocation RParenLoc) argument

Completed in 330 milliseconds