Searched refs:IsDecl (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransforms.h170 bool IsDecl = false);
177 bool IsDecl = false);
H A DTransforms.cpp119 ASTContext &Ctx, bool IsDecl) {
120 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl);
132 bool IsDecl) {
158 if (!IsDecl)
162 return findSemiAfterLocation(tok.getLocation(), Ctx, /*IsDecl*/true);
118 findLocationAfterSemi(SourceLocation loc, ASTContext &Ctx, bool IsDecl) argument
130 findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx, bool IsDecl) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h894 bool IsDecl; member in struct:llvm::MDNodeKeyImpl
898 MDString *APINotesFile, unsigned LineNo, bool IsDecl)
901 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {}
907 IsDecl(N->getIsDecl()) {}
915 IsDecl == RHS->getIsDecl();
896 MDNodeKeyImpl(Metadata *File, Metadata *Scope, MDString *Name, MDString *ConfigurationMacros, MDString *IncludePath, MDString *APINotesFile, unsigned LineNo, bool IsDecl) argument
H A DDebugInfoMetadata.cpp944 unsigned LineNo, bool IsDecl, StorageType Storage,
948 IncludePath, APINotesFile, LineNo, IsDecl));
951 DEFINE_GETIMPL_STORE(DIModule, (LineNo, IsDecl), Ops);
940 getImpl(LLVMContext &Context, Metadata *File, Metadata *Scope, MDString *Name, MDString *ConfigurationMacros, MDString *IncludePath, MDString *APINotesFile, unsigned LineNo, bool IsDecl, StorageType Storage, bool ShouldCreate) argument
H A DDIBuilder.cpp889 DIFile *File, unsigned LineNo, bool IsDecl) {
892 IsDecl);
886 createModule(DIScope *Scope, StringRef Name, StringRef ConfigurationMacros, StringRef IncludePath, StringRef APINotesFile, DIFile *File, unsigned LineNo, bool IsDecl) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2300 bool IsDecl;
2303 bool IsDecl, ArrayRef<Metadata *> Ops)
2305 LineNo(LineNo), IsDecl(IsDecl) {}
2311 unsigned LineNo, bool IsDecl, StorageType Storage,
2316 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl,
2322 MDString *APINotesFile, unsigned LineNo, bool IsDecl,
2336 bool IsDecl = false),
2338 APINotesFile, LineNo, IsDecl))
2343 bool IsDecl
[all...]
H A DDIBuilder.h791 /// \param IsDecl This is a module declaration; default to false;
798 unsigned LineNo = 0, bool IsDecl = false);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp1587 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) ==
1590 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
2830 bool IsDecl =
2833 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
2847 bool IsDecl =
2850 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
2862 bool IsDecl =
2865 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
2878 bool IsDecl =
2881 IsDecl
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp396 bool update(TPResult IsDecl) { argument
397 switch (IsDecl) {

Completed in 319 milliseconds