HomeSort by relevance Sort by last modified time
    Searched full:thefunc (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
2003-11-02-WeakLinkage.cpp 6 void thefunc();
9 inline void thefunc() {} function
12 thefunc<int>();
  /external/clang/lib/AST/
Type.cpp 663 F &&TheFunc;
666 return simpleTransform(Ctx, type, std::move(TheFunc));
670 SimpleTransformVisitor(ASTContext &ctx, F &&f) : Ctx(ctx), TheFunc(std::move(f)) { }
    [all...]

Completed in 130 milliseconds