reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
13302     Invoker = InstantiateFunctionDeclaration(
13303         Invoker->getDescribedFunctionTemplate(), TemplateArgs, CurrentLocation);
13304     if (!Invoker)
13321   Invoker->markUsed(Context);
13322   Invoker->setReferenced();
13323   Invoker->setType(Conv->getReturnType()->getPointeeType());
13324   Invoker->setBody(new (Context) CompoundStmt(Conv->getLocation()));
13327   Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(),
13327   Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(),
13338     L->CompletedImplicitDefinition(Invoker);