Searched defs:Ident (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DELFObjectFile.cpp22 std::pair<unsigned char, unsigned char> Ident = getElfArchType(Object); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DAttributeList.cpp22 create(ASTContext &Ctx, SourceLocation Loc, IdentifierInfo *Ident) argument
H A DSemaDeclObjC.cpp834 IdentifierInfo *Ident = IdentList[i].first; local
H A DSemaDeclAttr.cpp1089 IdentifierLoc *Ident = Attr.getArgAsIdent(0); local
1194 IdentifierLoc *Ident local
1228 IdentifierLoc *Ident = Attr.getArgAsIdent(0); local
[all...]
H A DSemaDeclCXX.cpp6842 TryNamespaceTypoCorrection(Sema &S, LookupResult &R, Scope *Sc, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *Ident) argument
7857 ActOnNamespaceAliasDef(Scope *S, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *Ident) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DGCOV.h217 uint32_t Ident; member in class:llvm::GCOVFunction
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h156 virtual void Ident(SourceLocation Loc, const std::string &str) { function in class:clang::PPCallbacks
381 virtual void Ident(SourceLocation Loc, const std::string &str) { function in class:clang::PPChainedCallbacks
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp444 Token Ident = Tok; local
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp184 std::pair<unsigned char, unsigned char> Ident = std::make_pair( local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp304 GCOVFunction(DISubprogram SP, raw_ostream *os, uint32_t Ident, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DAttributeList.h51 IdentifierInfo *Ident; member in struct:clang::IdentifierLoc
H A DDeclSpec.h1121 IdentifierInfo *Ident; member in struct:clang::DeclaratorChunk::ParamInfo
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp350 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, const std::string &S) { function in class:PrintPPOutputPPCallbacks
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp602 std::pair<StringRef, bool> Ident = *D; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp68 IdentifierInfo *Ident = 0; local
191 ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc, std::vector<IdentifierInfo*>& Ident, std::vector<SourceLocation>& NamespaceLoc, unsigned int index, SourceLocation& InlineLoc, ParsedAttributes& attrs, BalancedDelimiterTracker &Tracker) argument
257 IdentifierInfo *Ident = Tok.getIdentifierInfo(); local
[all...]
H A DParseDecl.cpp353 bool Parser::IsSimpleMicrosoftDeclSpec(IdentifierInfo *Ident) { argument
376 void Parser::ParseComplexMicrosoftDeclSpec(IdentifierInfo *Ident, argument
3838 IdentifierInfo *Ident = Tok.getIdentifierInfo(); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp4473 llvm::Constant *CGObjCCommonMac::GetClassName(IdentifierInfo *Ident) { argument
4499 llvm::Constant *CGObjCCommonMac::GetIvarLayoutName(IdentifierInfo *Ident, argument
4947 llvm::Constant *CGObjCCommonMac::GetPropertyName(IdentifierInfo *Ident) { argument
[all...]

Completed in 328 milliseconds