Searched refs:Fun (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/PCH/
H A Dstruct.h11 struct Fun;
13 struct Fun *fun;
15 struct Fun { struct
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp2.cpp13 typedef auto Fun(int a) -> decltype(a + a);
H A Dp5.cpp20 typedef auto Fun(int a) -> decltype(a + a);
/external/clang/test/Sema/
H A Dattr-noreturn.c44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{attribute takes no arguments}} typedef
/external/clang/lib/Sema/
H A DDeclSpec.cpp174 I.Fun.AttrList = 0;
175 I.Fun.hasPrototype = hasProto;
176 I.Fun.isVariadic = isVariadic;
177 I.Fun.isAmbiguous = isAmbiguous;
178 I.Fun.EllipsisLoc = EllipsisLoc.getRawEncoding();
179 I.Fun.DeleteArgInfo = false;
180 I.Fun.TypeQuals = TypeQuals;
181 I.Fun.NumArgs = NumArgs;
182 I.Fun.ArgInfo = 0;
183 I.Fun
[all...]
H A DSemaType.cpp1908 const DeclaratorChunk::FunctionTypeInfo &FTI = DeclType.Fun;
2052 const DeclaratorChunk::FunctionTypeInfo &FTI = DeclType.Fun;
2316 const DeclaratorChunk::FunctionTypeInfo &FTI = DeclType.Fun;
2696 if (Chunk.Fun.hasRefQualifier())
2697 RemovalLocs.push_back(Chunk.Fun.getRefQualifierLoc());
2698 if (Chunk.Fun.TypeQuals & Qualifiers::Const)
2699 RemovalLocs.push_back(Chunk.Fun.getConstQualifierLoc());
2700 if (Chunk.Fun.TypeQuals & Qualifiers::Volatile)
2701 RemovalLocs.push_back(Chunk.Fun.getVolatileQualifierLoc());
2703 //if (Chunk.Fun
[all...]
H A DSemaDeclCXX.cpp357 for (unsigned argIdx = 0, e = chunk.Fun.NumArgs; argIdx != e; ++argIdx) {
359 cast<ParmVarDecl>(chunk.Fun.ArgInfo[argIdx].Param);
361 CachedTokens *Toks = chunk.Fun.ArgInfo[argIdx].DefaultArgTokens;
365 chunk.Fun.ArgInfo[argIdx].DefaultArgTokens = 0;
H A DSemaOverload.cpp7963 } else if (FunctionDecl *Fun
7965 NoteOverloadCandidate(Fun, DestType);
/external/clang/include/clang/Sema/
H A DDeclSpec.h1290 FunctionTypeInfo Fun; member in union:clang::DeclaratorChunk::__anon3385
1297 case DeclaratorChunk::Function: return Fun.destroy();
1847 return DeclTypeInfo[index].Fun;
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1650 if (Function* Fun = dyn_cast<Function>(*I)) {
1651 if (!is_inline || Fun != F)
1652 printFunctionHead(Fun);

Completed in 274 milliseconds