HomeSort by relevance Sort by last modified time
    Searched refs:getCtorType (Results 1 - 22 of 22) sorted by null

  /external/clang/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
GlobalDecl.h 64 CXXCtorType getCtorType() const {
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 627 GD.getCtorType() != Ctor_Base) ||
CodeGenModule.cpp 649 CXXCtorType OrigCtorType = GD.getCtorType();
666 getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out);
694 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out);
    [all...]
CGClass.cpp     [all...]
ItaniumCXXABI.cpp 90 switch (GD.getCtorType()) {
    [all...]
CGExprCXX.cpp 490 Type = CurGD.getCtorType();
    [all...]
CodeGenFunction.cpp     [all...]
CGCall.cpp 461 return arrangeCXXStructorDeclaration(CD, getFromCtorType(GD.getCtorType()));
    [all...]

Completed in 634 milliseconds