Searched defs:IsInstantiation (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLambda.cpp581 bool IsInstantiation) {
587 if (!IsInstantiation)
723 bool IsInstantiation) {
821 ActOnFinishFunctionBody(CallOperator, Body, IsInstantiation);
580 ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, bool IsInstantiation) argument
721 ActOnLambdaExpr(SourceLocation StartLoc, Stmt *Body, Scope *CurScope, bool IsInstantiation) argument
H A DSemaDecl.cpp7780 bool IsInstantiation) {
7889 if (!IsInstantiation && FD && FD->isConstexpr() && !FD->isInvalidDecl() &&
7900 if (!IsInstantiation)
7779 ActOnFinishFunctionBody(Decl *dcl, Stmt *Body, bool IsInstantiation) argument
H A DSemaDeclCXX.cpp5894 /* IsInstantiation */ false,
6132 /// \param IsInstantiation - Whether this call arises from an
6140 bool IsInstantiation,
6170 assert(IsInstantiation && "no scope in non-instantiation");
6227 if (!IsInstantiation)
6265 if (IsInstantiation && R.getAsSingle<TypeDecl>()) {
6135 BuildUsingDeclaration(Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, AttributeList *AttrList, bool IsInstantiation, bool IsTypeName, SourceLocation TypenameLoc) argument

Completed in 245 milliseconds