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

  /external/clang/include/clang/AST/
NestedNameSpecifier.h 458 /// \c Adopt() with a proper \c NestedNameSpecifierLoc.
462 /// \brief Adopt an existing nested-name-specifier (with source-range
464 void Adopt(NestedNameSpecifierLoc Other);
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 644 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) {
654 // Rather than copying the data (which is wasteful), "adopt" the
674 // 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...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaCXXScopeSpec.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaExprCXX.cpp 156 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data()));
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 162 /// \c Adopt() with a proper \c NestedNameSpecifierLoc.
166 /// \brief Adopt an existing nested-name-specifier (with source-range
168 void Adopt(NestedNameSpecifierLoc Other);
    [all...]

Completed in 294 milliseconds