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

  /external/clang/lib/AST/
NestedNameSpecifier.cpp 658 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) {
668 // Rather than copying the data (which is wasteful), "adopt" the
688 // our (temporary) buffer and adopt the ASTContext-allocated memory?
  /external/clang/lib/Sema/
DeclSpec.cpp 125 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) {
133 Builder.Adopt(Other);
    [all...]

Completed in 171 milliseconds