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

1 2 3 4 5 6 78 91011

  /prebuilts/go/darwin-x86/src/go/types/
issues_test.go 143 m := f.Decls[0].(*ast.FuncDecl)
  /prebuilts/go/linux-x86/src/go/ast/
walk.go 353 walkDeclList(v, n.Decls)
ast.go 973 Decls []Decl // top-level declarations; or nil
982 if n := len(f.Decls); n > 0 {
983 return f.Decls[n-1].End()
  /prebuilts/go/linux-x86/src/go/types/
issues_test.go 143 m := f.Decls[0].(*ast.FuncDecl)
  /external/clang/lib/AST/
Decl.cpp 641 // FIXME: In C++11 onwards, anonymous namespaces should give decls
755 // look at previous decls in here.
    [all...]
StmtPrinter.cpp 130 SmallVector<Decl*, 2> Decls(S->decls());
131 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel);
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 138 /// Track the top-level decls which appeared in an ASTUnit which was loaded
152 /// The files and decls are only local (and non-preamble) ones.
586 /// \brief Get the decls that are contained in a file in the Offset/Length
590 SmallVectorImpl<Decl *> &Decls);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 135 /// Track the top-level decls which appeared in an ASTUnit which was loaded
149 /// The files and decls are only local (and non-preamble) ones.
582 /// \brief Get the decls that are contained in a file in the Offset/Length
586 SmallVectorImpl<Decl *> &Decls);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 135 /// Track the top-level decls which appeared in an ASTUnit which was loaded
149 /// The files and decls are only local (and non-preamble) ones.
582 /// \brief Get the decls that are contained in a file in the Offset/Length
586 SmallVectorImpl<Decl *> &Decls);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 135 /// Track the top-level decls which appeared in an ASTUnit which was loaded
149 /// The files and decls are only local (and non-preamble) ones.
582 /// \brief Get the decls that are contained in a file in the Offset/Length
586 SmallVectorImpl<Decl *> &Decls);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 135 /// Track the top-level decls which appeared in an ASTUnit which was loaded
149 /// The files and decls are only local (and non-preamble) ones.
582 /// \brief Get the decls that are contained in a file in the Offset/Length
586 SmallVectorImpl<Decl *> &Decls);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 135 /// Track the top-level decls which appeared in an ASTUnit which was loaded
149 /// The files and decls are only local (and non-preamble) ones.
582 /// \brief Get the decls that are contained in a file in the Offset/Length
586 SmallVectorImpl<Decl *> &Decls);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 135 /// Track the top-level decls which appeared in an ASTUnit which was loaded
149 /// The files and decls are only local (and non-preamble) ones.
582 /// \brief Get the decls that are contained in a file in the Offset/Length
586 SmallVectorImpl<Decl *> &Decls);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 135 /// Track the top-level decls which appeared in an ASTUnit which was loaded
149 /// The files and decls are only local (and non-preamble) ones.
582 /// \brief Get the decls that are contained in a file in the Offset/Length
586 SmallVectorImpl<Decl *> &Decls);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 135 /// Track the top-level decls which appeared in an ASTUnit which was loaded
149 /// The files and decls are only local (and non-preamble) ones.
582 /// \brief Get the decls that are contained in a file in the Offset/Length
586 SmallVectorImpl<Decl *> &Decls);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 144 for _, decl := range f.Decls {
180 for _, decl := range f.Decls {
  /prebuilts/go/linux-x86/src/cmd/fix/
typecheck.go 144 for _, decl := range f.Decls {
180 for _, decl := range f.Decls {
  /external/clang/tools/libclang/
CIndex.cpp 303 SmallVector<Decl *, 16> Decls;
304 Unit->findFileRegionDecls(File, Offset, Length, Decls);
306 // If we didn't find any file level decls for the file, try looking at the
308 while (Decls.empty() || Decls.front()->isTopLevelDeclInObjCContainer()) {
324 Unit->findFileRegionDecls(File, Offset, Length, Decls);
327 assert(!Decls.empty());
331 SmallVectorImpl<Decl *>::iterator DIt = Decls.begin();
332 for (SmallVectorImpl<Decl *>::iterator DE = Decls.end(); DIt != DE; ++DIt) {
369 // No Decls overlapped with the range. Move up the lexical context until ther
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 385 p.Decl = append(p.Decl, f.AST.Decls...)
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 385 p.Decl = append(p.Decl, f.AST.Decls...)
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 973 Decls []Decl // top-level declarations; or nil
982 if n := len(f.Decls); n > 0 {
983 return f.Decls[n-1].End()
  /external/clang/lib/Analysis/
CFG.cpp 89 /// or DeclRefExprs (that have decls of type EnumConstantDecl)
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 286 /// Access - Used by C++ decls for the access specifier.
1453 decl_range decls() const { return decl_range(decls_begin(), decls_end()); } function in class:clang::DeclContext
    [all...]

Completed in 229 milliseconds

1 2 3 4 5 6 78 91011