HomeSort by relevance Sort by last modified time
    Searched refs:Proto (Results 51 - 70 of 70) sorted by null

1 23

  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
Expr.cpp 495 std::string Proto;
496 llvm::raw_string_ostream POut(Proto);
606 Proto = "auto " + Proto;
611 .getAsStringInternal(Proto, Policy);
613 AFT->getReturnType().getAsStringInternal(Proto, Policy);
615 Out << Proto;
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 156 const FunctionProtoType *Proto
158 Proto = Self->ResolveExceptionSpec(CallLoc, Proto);
159 if (!Proto)
162 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
193 Proto->getNoexceptSpec(Self->Context);
214 for (const auto &E : Proto->exceptions())
    [all...]
SemaExprCXX.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 582 Record *Proto = Lists[0][n];
600 // Copy Proto super-classes.
601 ArrayRef<Record *> Supers = Proto->getSuperClasses();
602 ArrayRef<SMRange> Ranges = Proto->getSuperClassRanges();
606 // Copy Proto fields.
607 for (unsigned i = 0, e = Proto->getValues().size(); i != e; ++i) {
608 RecordVal RV = Proto->getValues()[i];
648 // Everything else is copied from Proto.
    [all...]
  /build/core/
base_rules.mk 257 ## .proto files: Compile proto files to .java
259 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES))
260 # Because names of the .java files compiled from .proto files are unknown until the
261 # .proto files are compiled, we use a timestamp file as depedency.
268 proto_java_intemediate_dir := $(LOCAL_INTERMEDIATE_SOURCE_DIR)/proto
271 proto_java_intemediate_dir := $(intermediates)/proto
273 proto_java_sources_file_stamp := $(proto_java_intemediate_dir)/Proto.stamp
291 $(call transform-proto-to-java)
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 201 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(*I)) {
202 if (!Proto->isThisDeclarationADefinition()) {
791 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>((*DI))) {
792 if (!Proto->isThisDeclarationADefinition()) {
2231 const FunctionProtoType *proto = nullptr; local
2416 const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(funcType); local
    [all...]
RewriteObjC.cpp 177 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(*I)) {
178 if (!Proto->isThisDeclarationADefinition()) {
707 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>((*DI))) {
708 if (!Proto->isThisDeclarationADefinition()) {
710 SourceLocation StartLoc = Proto->getLocStart();
2120 const FunctionProtoType *proto = nullptr; local
2302 const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(funcType); local
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lapi.c 1201 Proto *p = f->p;
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1247 milliseconds

1 23