HomeSort by: relevance | last modified time | path
    Searched defs:Adopt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
NestedNameSpecifier.cpp 670 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) {
680 // Rather than copying the data (which is wasteful), "adopt" the
700 // our (temporary) buffer and adopt the ASTContext-allocated memory?
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 131 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) {
139 Builder.Adopt(Other);

Completed in 21 milliseconds