Searched refs:ActOnFields (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 1131 ActOnFields(nullptr, Class->getLocation(), Class, Fields, SourceLocation(), in ActOnLambdaError() 1582 ActOnFields(nullptr, Class->getLocation(), Class, Fields, SourceLocation(), in BuildLambdaExpr()
|
D | SemaTemplateInstantiate.cpp | 2041 ActOnFields(nullptr, Instantiation->getLocation(), Instantiation, Fields, in InstantiateClass()
|
D | SemaStmt.cpp | 3902 ActOnFields(/*Scope=*/nullptr, Record->getLocation(), Record, Fields, in ActOnCapturedRegionError()
|
D | SemaDeclCXX.cpp | 6435 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef( in ActOnFinishCXXMemberSpecification()
|
D | SemaDecl.cpp | 13397 void Sema::ActOnFields(Scope *S, SourceLocation RecLoc, Decl *EnclosingDecl, in ActOnFields() function in Sema
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1871 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, in HelperActionsForIvarDeclarations()
|
D | ParseDecl.cpp | 3682 Actions.ActOnFields(getCurScope(), in ParseStructUnionBody()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1954 void ActOnFields(Scope* S, SourceLocation RecLoc, Decl *TagDecl,
|