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

  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDeclAttr.cpp 117 if (const FunctionType *FnTy = getFunctionType(D))
118 return isa<FunctionProtoType>(FnTy);
129 if (const FunctionType *FnTy = getFunctionType(D))
130 return cast<FunctionProtoType>(FnTy)->getNumArgs();
137 if (const FunctionType *FnTy = getFunctionType(D))
138 return cast<FunctionProtoType>(FnTy)->getArgType(Idx);
146 if (const FunctionType *FnTy = getFunctionType(D))
147 return cast<FunctionProtoType>(FnTy)->getResultType();
152 if (const FunctionType *FnTy = getFunctionType(D)) {
153 const FunctionProtoType *proto = cast<FunctionProtoType>(FnTy);
    [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 722 llvm::DIType FnTy
728 llvm::DIArray Args = llvm::DICompositeType(FnTy).getTypeArray();
    [all...]

Completed in 299 milliseconds