HomeSort by relevance Sort by last modified time
    Searched refs:Identifier (Results 326 - 350 of 354) sorted by null

<<1112131415

  /external/golang-protobuf/protoc-gen-go/generator/
generator.go 642 // Identifier must not be keyword or predeclared identifier: insert _.
646 // Identifier must not begin with digit: insert _.
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g 288 CHAR8 *Identifier = NULL;
296 "," ID:StringIdentifier << Identifier = ID->getText(); >>
301 << gCVfrVarDataTypeDB.Pack (LineNum, PackAction, Identifier, PackNumber); >>
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaLookup.cpp 209 // Retrieve the set of identifier namespaces that correspond to a
676 // If we didn't find a use of this identifier, and if the identifier
    [all...]
TreeTransform.h 451 /// identifier in a nested-name-specifier of a member access expression, e.g.,
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp 241 /// \brief If the identifier refers to a type name within this scope,
244 /// This routine performs ordinary name lookup of the identifier II
354 // identifier is not a template (typo correction for template names
385 // that only makes sense if the identifier was treated like a type.
520 // Diagnose that this identifier was undeclared, and retry the lookup during
824 // function call consists solely of an identifier, and if no
825 // declaration is visible for this identifier, the identifier is
    [all...]
  /external/u-boot/doc/
README.x86 1 # SPDX-License-Identifier: GPL-2.0+
    [all...]
  /external/clang/lib/AST/
Expr.cpp 227 // An identifier is value-dependent if it is:
229 // (TD) - an identifier that was declared with dependent type
    [all...]
ASTContext.cpp 140 // so we use the location of the identifier as the "declaration location".
    [all...]
ExprConstant.cpp     [all...]
  /external/libxml2/
HTMLparser.c     [all...]
  /external/testng/ant/3rdparty/
cobertura.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
jsp-2.1.jar 
jsp-api-2.1.jar 
javassist.jar 
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 168 /// chain hanging off an identifier or the DeclContext we searched in)
    [all...]
ASTReaderStmt.cpp 578 case OffsetOfNode::Identifier:
    [all...]
  /external/u-boot/scripts/
checkpatch.pl     [all...]
  /external/v8/src/parsing/
parser-base.h 206 // typedef Identifier;
236 typedef typename Types::Identifier IdentifierT;
782 return token == Token::IDENTIFIER || token == Token::ENUM ||
792 Consume(Token::IDENTIFIER);
800 return peek() == Token::IDENTIFIER &&
809 Expect(Token::IDENTIFIER, CHECK_OK_CUSTOM(Void));
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]

Completed in 2226 milliseconds

<<1112131415