Searched refs:ActOnFields (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 1138 ActOnFields(nullptr, Class->getLocation(), Class, Fields, SourceLocation(), in ActOnLambdaError() 1588 ActOnFields(nullptr, Class->getLocation(), Class, Fields, SourceLocation(), in BuildLambdaExpr()
|
D | SemaTemplateInstantiate.cpp | 2052 ActOnFields(nullptr, Instantiation->getLocation(), Instantiation, Fields, in InstantiateClass()
|
D | SemaStmt.cpp | 3970 ActOnFields(/*Scope=*/nullptr, Record->getLocation(), Record, Fields, in ActOnCapturedRegionError()
|
D | SemaDeclCXX.cpp | 6590 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef( in ActOnFinishCXXMemberSpecification()
|
D | SemaDecl.cpp | 13851 void Sema::ActOnFields(Scope *S, SourceLocation RecLoc, Decl *EnclosingDecl, in ActOnFields() function in Sema
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1896 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, in HelperActionsForIvarDeclarations()
|
D | ParseDecl.cpp | 3771 Actions.ActOnFields(getCurScope(), in ParseStructUnionBody()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2014 void ActOnFields(Scope* S, SourceLocation RecLoc, Decl *TagDecl,
|