HomeSort by relevance Sort by last modified time
    Searched refs:Definition (Results 26 - 50 of 74) sorted by null

12 3

  /external/clang/lib/AST/
Decl.cpp     [all...]
ASTImporter.cpp 89 /// \brief What we should import from the definition.
91 /// \brief Import the default subset of the definition, which might be
    [all...]
ExprConstant.cpp     [all...]
DeclBase.cpp 664 const FunctionDecl *Definition;
665 if (FD->hasBody(Definition))
666 return Definition->getSourceRange().getEnd();
920 // If this is a tag type that has a definition or is currently
921 // being defined, that definition is our primary context.
928 // Note, TagType::getDecl returns the (partial) definition one exists.
    [all...]
DeclCXX.cpp 75 Definition(D), FirstFriend() {
79 return Bases.get(Definition->getASTContext().getExternalSource());
83 return VBases.get(Definition->getASTContext().getExternalSource());
248 // In the definition of a constexpr constructor [...]
472 // Notify the listener if an implicit member was added after the definition
476 L->AddedCXXImplicitMember(data().Definition, D);
684 // the definition.
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 383 // Returns the definition (for let vars) or type (for parameter & self vars)
384 SExpr *definition() { return Definition.get(); } function in class:clang::threadSafety::Variable
385 const SExpr *definition() const { return Definition.get(); } function in class:clang::threadSafety::Variable
419 SExprRef Definition; // The TIL type or definition
531 : SExpr(COP_Variable), Name(s), Definition(D), Cvdecl(nullptr),
538 Definition(D), Cvdecl(Cvd), BlockID(0), Id(0), NumUses(0) {
543 : SExpr(Vd), Name(Vd.Name), Definition(D), Cvdecl(Vd.Cvdecl)
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 129 // Method has a definition.
162 /// \brief Indicates if the method was a definition but its body was skipped.
247 /// \brief A definition will return its interface declaration.
248 /// An interface declaration will return its definition.
287 /// for a method definition.
444 /// \brief True if the method was a definition but its body was skipped.
487 /// \brief Returns whether this specific method is a definition.
674 /// \brief The definition of this class, for quick access from any
676 ObjCInterfaceDecl *Definition;
730 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(),
    [all...]
Decl.h 648 /// declaration or definition.
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 60 /// \brief A macro definition.
136 /// \brief Record the location of a macro definition.
148 /// \brief Retrieve the location of the macro name in the definition.
159 /// \brief The definition of this macro or the name of the macro if it is
168 MacroExpansion(MacroDefinition *Definition, SourceRange Range)
170 NameOrDef(Definition) { }
182 /// \brief The definition of the macro being expanded. May return null if
362 /// \brief Register a new macro definition.
559 /// \brief Retrieve the macro definition that corresponds to the given
  /external/eigen/lapack/
slarfg.f 18 * Definition:
clarf.f 18 * Definition:
clarfg.f 18 * Definition:
dlamch.f 8 * Definition:
dlarf.f 18 * Definition:
dlarfg.f 18 * Definition:
slamch.f 8 * Definition:
slarf.f 18 * Definition:
zlarf.f 18 * Definition:
zlarfg.f 18 * Definition:
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 470 const FunctionDecl *Definition;
471 if (!Result->hasBody(Definition))
474 // We found a definition. If we're not sure that this devirtualization is
478 return RuntimeDefinition(Definition, R->StripCasts());
479 return RuntimeDefinition(Definition, /*DispatchRegion=*/nullptr);
754 // Cannot find a public definition.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3dcommon.idl 305 LPCSTR Definition;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3dcommon.idl 305 LPCSTR Definition;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dcommon.idl 25 LPCSTR Definition;
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 515 // If this is a definition subject to the ODR, and we already have a
516 // definition, merge this one into it.
772 // Read the definition.
775 // Set the definition data of the canonical declaration, so other
813 // Note that we have deserialized a definition.
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 384 // The declaration may have become definition so check again.
407 // The declaration may have become definition so check again.
433 // __attribute__((weakref)) is basically a definition.
495 "used object requires definition but isn't inline or internal?");
621 const FunctionDecl *Definition = nullptr;
622 if (KeyFunction->hasBody(Definition))
623 MarkVTableUsed(Definition->getLocation(), *I, true);
725 // constitutes a tentative definition. If a translation unit
727 // and the translation unit contains no external definition for
740 // If the tentative definition was completed, getActingDefinition() return
    [all...]

Completed in 1044 milliseconds

12 3