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

  /external/clang/test/PCH/
struct.h 11 struct Fun;
13 struct Fun *fun; variable in typeref:struct:Fun
15 struct Fun {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p2.cpp 13 typedef auto Fun(int a) -> decltype(a + a);
p5.cpp 20 typedef auto Fun(int a) -> decltype(a + a);
  /external/clang/test/Sema/
attr-noreturn.c 44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{attribute takes no arguments}}
  /external/clang/lib/Sema/
DeclSpec.cpp 176 I.Fun.AttrList = 0;
177 I.Fun.hasPrototype = hasProto;
178 I.Fun.isVariadic = EllipsisLoc.isValid();
179 I.Fun.isAmbiguous = isAmbiguous;
180 I.Fun.LParenLoc = LParenLoc.getRawEncoding();
181 I.Fun.EllipsisLoc = EllipsisLoc.getRawEncoding();
182 I.Fun.RParenLoc = RParenLoc.getRawEncoding();
183 I.Fun.DeleteArgInfo = false;
184 I.Fun.TypeQuals = TypeQuals;
185 I.Fun.NumArgs = NumArgs
    [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp 366 for (unsigned argIdx = 0, e = chunk.Fun.NumArgs; argIdx != e; ++argIdx) {
368 cast<ParmVarDecl>(chunk.Fun.ArgInfo[argIdx].Param);
370 CachedTokens *Toks = chunk.Fun.ArgInfo[argIdx].DefaultArgTokens;
375 chunk.Fun.ArgInfo[argIdx].DefaultArgTokens = 0;
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]

Completed in 70 milliseconds