HomeSort by relevance Sort by last modified time
    Searched refs:Decls (Results 76 - 100 of 253) sorted by null

1 2 34 5 6 7 8 91011

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 160 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) {
162 CorrectionDecls.insert(CorrectionDecls.begin(), Decls.begin(), Decls.end());
342 // corrections that are keywords or whose decls refer to functions (or template
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 160 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) {
162 CorrectionDecls.insert(CorrectionDecls.begin(), Decls.begin(), Decls.end());
342 // corrections that are keywords or whose decls refer to functions (or template
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 160 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) {
162 CorrectionDecls.insert(CorrectionDecls.begin(), Decls.begin(), Decls.end());
342 // corrections that are keywords or whose decls refer to functions (or template
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 160 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) {
162 CorrectionDecls.insert(CorrectionDecls.begin(), Decls.begin(), Decls.end());
342 // corrections that are keywords or whose decls refer to functions (or template
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 160 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) {
162 CorrectionDecls.insert(CorrectionDecls.begin(), Decls.begin(), Decls.end());
342 // corrections that are keywords or whose decls refer to functions (or template
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 160 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) {
162 CorrectionDecls.insert(CorrectionDecls.begin(), Decls.begin(), Decls.end());
342 // corrections that are keywords or whose decls refer to functions (or template
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 160 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) {
162 CorrectionDecls.insert(CorrectionDecls.begin(), Decls.begin(), Decls.end());
342 // corrections that are keywords or whose decls refer to functions (or template
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 160 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) {
162 CorrectionDecls.insert(CorrectionDecls.begin(), Decls.begin(), Decls.end());
342 // corrections that are keywords or whose decls refer to functions (or template
  /external/clang/lib/Sema/
SemaLookup.cpp 242 // 1) TagFriend to find undeclared friend decls
243 // 2) Namespace because they can't "overload" with tag decls.
245 // "overload" with tag decls.
326 assert(ResultKind != NotFound || Decls.size() == 0);
327 assert(ResultKind != Found || Decls.size() == 1);
328 assert(ResultKind != FoundOverloaded || Decls.size() > 1 ||
329 (Decls.size() == 1 &&
332 assert(ResultKind != Ambiguous || Decls.size() > 1 ||
333 (Decls.size() == 1 && (Ambiguity == AmbiguousBaseSubobjects ||
471 unsigned N = Decls.size()
    [all...]
IdentifierResolver.cpp 71 for (DeclsTy::iterator I = Decls.end(); I != Decls.begin(); --I) {
73 Decls.erase(I-1);
226 /// begin - Returns an iterator for decls with name 'Name'.
243 // No decls found.
420 else // No more decls.
  /prebuilts/go/darwin-x86/src/cmd/fix/
fix.go 253 walkBeforeAfter(&n.Decls, before, after)
503 for _, d := range f.Decls {
587 for i, decl := range f.Decls {
615 f.Decls = append(f.Decls, nil)
616 copy(f.Decls[lastImport+2:], f.Decls[lastImport+1:])
617 f.Decls[lastImport+1] = impDecl
649 for i, decl := range f.Decls {
669 copy(f.Decls[i:], f.Decls[i+1:]
    [all...]
  /prebuilts/go/linux-x86/src/cmd/fix/
fix.go 253 walkBeforeAfter(&n.Decls, before, after)
503 for _, d := range f.Decls {
587 for i, decl := range f.Decls {
615 f.Decls = append(f.Decls, nil)
616 copy(f.Decls[lastImport+2:], f.Decls[lastImport+1:])
617 f.Decls[lastImport+1] = impDecl
649 for i, decl := range f.Decls {
669 copy(f.Decls[i:], f.Decls[i+1:]
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 36 void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls);
252 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) {
254 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation);
256 Decls.clear();
280 SmallVector<Decl*, 2> Decls;
302 if (!Decls.empty() && !CurDeclType.isNull()) {
307 cast<TagType>(BaseType)->getDecl() == Decls[0]) {
308 Decls.push_back(*D);
314 if (!Decls.empty()
    [all...]
ExternalASTSource.cpp 48 SmallVectorImpl<Decl *> &Decls) {}
  /prebuilts/go/darwin-x86/src/go/ast/
example_test.go 85 // 6 . Decls: []ast.Decl (len = 1) {
175 f.Decls = removeFirstVarDecl(f.Decls)
  /prebuilts/go/linux-x86/src/go/ast/
example_test.go 85 // 6 . Decls: []ast.Decl (len = 1) {
175 f.Decls = removeFirstVarDecl(f.Decls)
  /external/clang/include/clang/AST/
ASTImporter.h 243 /// \param Decls the set of declarations with the same name as the
246 /// \param NumDecls the number of conflicting declarations in \p Decls.
252 NamedDecl **Decls,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTImporter.h 256 /// \param Decls the set of declarations with the same name as the
259 /// \param NumDecls the number of conflicting declarations in \p Decls.
265 NamedDecl **Decls,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTImporter.h 256 /// \param Decls the set of declarations with the same name as the
259 /// \param NumDecls the number of conflicting declarations in \p Decls.
265 NamedDecl **Decls,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTImporter.h 256 /// \param Decls the set of declarations with the same name as the
259 /// \param NumDecls the number of conflicting declarations in \p Decls.
265 NamedDecl **Decls,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTImporter.h 256 /// \param Decls the set of declarations with the same name as the
259 /// \param NumDecls the number of conflicting declarations in \p Decls.
265 NamedDecl **Decls,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTImporter.h 256 /// \param Decls the set of declarations with the same name as the
259 /// \param NumDecls the number of conflicting declarations in \p Decls.
265 NamedDecl **Decls,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTImporter.h 256 /// \param Decls the set of declarations with the same name as the
259 /// \param NumDecls the number of conflicting declarations in \p Decls.
265 NamedDecl **Decls,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTImporter.h 256 /// \param Decls the set of declarations with the same name as the
259 /// \param NumDecls the number of conflicting declarations in \p Decls.
265 NamedDecl **Decls,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTImporter.h 256 /// \param Decls the set of declarations with the same name as the
259 /// \param NumDecls the number of conflicting declarations in \p Decls.
265 NamedDecl **Decls,

Completed in 734 milliseconds

1 2 34 5 6 7 8 91011