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

  /external/clang/lib/AST/
NestedNameSpecifier.cpp 28 const NestedNameSpecifier &Mockup) {
30 Mockup.Profile(ID);
36 NNS = new (Context, 4) NestedNameSpecifier(Mockup);
49 NestedNameSpecifier Mockup;
50 Mockup.Prefix.setPointer(Prefix);
51 Mockup.Prefix.setInt(StoredIdentifier);
52 Mockup.Specifier = II;
53 return FindOrInsert(Context, Mockup);
63 NestedNameSpecifier Mockup;
64 Mockup.Prefix.setPointer(Prefix)
    [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 101 /// mockup in the given context.
103 const NestedNameSpecifier &Mockup);

Completed in 481 milliseconds