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

/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
H A Dtemplateid.cpp8 template <typename> class Ident {}; // expected-note {{previous use is here}} class
11 template <typename> void Ident();
13 class Ident<int> AIdent; // expected-error {{refers to a function template}}
14 class ::Ident<int> AnotherIdent;
17 class Ident<int> GlobalIdent;
18 union Ident<int> GlobalIdent2; // expected-error {{ tag type that does not match }}
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml12 | Ident of string | Number of float Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml12 | Ident of string | Number of float Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml12 | Ident of string | Number of float Constructor in type:token
/external/llvm/lib/Object/
H A DELFObjectFile.cpp22 std::pair<unsigned char, unsigned char> Ident = getElfArchType(Object); local
25 if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2LSB)
27 else if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2MSB)
29 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2MSB)
31 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2LSB) {
/external/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h50 static T Ident(T t) { function
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml12 | Ident of string | Number of float Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml12 | Ident of string | Number of float Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml12 | Ident of string | Number of float Constructor in type:token
/external/clang/include/clang/Lex/
H A DPPCallbacks.h126 /// Ident - This callback is invoked when a #ident or #sccs directive is read.
130 virtual void Ident(SourceLocation Loc, const std::string &str) { function in class:clang::PPCallbacks
285 virtual void Ident(SourceLocation Loc, const std::string &str) { function in class:clang::PPChainedCallbacks
286 First->Ident(Loc, str);
287 Second->Ident(Loc, str);
/external/llvm/include/llvm/Support/
H A DGCOV.h171 GCOVFunction() : Ident(0), LineNumber(0) {}
177 uint32_t Ident; member in class:llvm::GCOVFunction
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp155 std::pair<unsigned char, unsigned char> Ident = getElfArchType(InputBuffer); local
158 if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2LSB) {
163 else if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2MSB) {
168 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2MSB) {
173 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2LSB) {
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp122 virtual void Ident(SourceLocation Loc, const std::string &str);
290 /// Ident - Handle #ident directives when read by the preprocessor.
292 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, const std::string &S) { function in class:PrintPPOutputPPCallbacks
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp269 uint32_t Ident = reinterpret_cast<intptr_t>((MDNode*)SP); local
270 write(Ident);
/external/clang/lib/Parse/
H A DParseDecl.cpp3050 IdentifierInfo *Ident = Tok.getIdentifierInfo(); local
3071 IdentLoc, Ident,
H A DParseDeclCXX.cpp65 IdentifierInfo *Ident = 0; local
73 Ident = Tok.getIdentifierInfo();
95 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
105 Diag(Tok, Ident ? diag::err_expected_lbrace :
161 IdentLoc, Ident, T.getOpenLocation(),
183 std::vector<IdentifierInfo*>& Ident,
188 if (index == Ident.size()) {
208 Ident[index], Tracker.getOpenLocation(),
211 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc,
248 IdentifierInfo *Ident local
182 ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc, std::vector<IdentifierInfo*>& Ident, std::vector<SourceLocation>& NamespaceLoc, unsigned int index, SourceLocation& InlineLoc, ParsedAttributes& attrs, BalancedDelimiterTracker &Tracker) argument
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp723 IdentifierInfo *Ident = IdentList[i].first; local
724 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentList[i].second,
727 = ObjCProtocolDecl::Create(Context, CurContext, Ident,
H A DSemaDeclCXX.cpp5158 return (FTI.NumArgs == 1 && !FTI.isVariadic && FTI.ArgInfo[0].Ident == 0 &&
5787 IdentifierInfo *Ident) {
5797 << Ident << DC << CorrectedQuotedStr << SS.getRange()
5801 << Ident << CorrectedQuotedStr
6744 IdentifierInfo *Ident) {
6747 LookupResult R(*this, Ident, IdentLoc, LookupNamespaceName);
6779 if (!TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, Ident)) {
5784 TryNamespaceTypoCorrection(Sema &S, LookupResult &R, Scope *Sc, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *Ident) argument
6738 ActOnNamespaceAliasDef(Scope *S, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *Ident) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h1056 IdentifierInfo *Ident; member in struct:clang::DeclaratorChunk::ParamInfo
1071 : Ident(ident), IdentLoc(iloc), Param(param),
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp831 llvm::Constant *GetMethodVarName(IdentifierInfo *Ident);
843 llvm::Constant *GetPropertyName(IdentifierInfo *Ident);
851 llvm::Constant *GetClassName(IdentifierInfo *Ident);
875 llvm::Constant *GetIvarLayoutName(IdentifierInfo *Ident,
3775 llvm::Constant *CGObjCCommonMac::GetClassName(IdentifierInfo *Ident) { argument
3776 llvm::GlobalVariable *&Entry = ClassNames[Ident];
3781 Ident->getNameStart()),
3801 llvm::Constant *CGObjCCommonMac::GetIvarLayoutName(IdentifierInfo *Ident, argument
4246 llvm::Constant *CGObjCCommonMac::GetPropertyName(IdentifierInfo *Ident) { argument
4247 llvm::GlobalVariable *&Entry = PropertyNames[Ident];
[all...]

Completed in 1145 milliseconds